#C00F00

Color #C00F00 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C00F00

Tints of Free Speech Red #C00F00

Color information

#C00F00 (or 0xC00F00) is unknown color: approx Free Speech Red. HEX triplet: C0, 0F and 00. RGB value is (192,15,0). Sum of RGB (Red+Green+Blue) = 192+15+0=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F00 is #3FF0FF. Grayscale: #424242. Windows color (decimal): -4190464 or 4032. OLE color: 4032.

HSL color Cylindrical-coordinate representation of color #C00F00: hue angle of 4.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB192150-
CMYK00.9210.25
HSL4.69º100%37.65%-
HSV(B)4.69º100%75.29%-
XYZ21.9111.551.07-
YUV66.2190.64217.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 92.75%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.75%
G=7.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215000.9210.254.6910037.65
HexC0F005C641956426
Octal300170013414431514446
Binary1100000011110010111001100100110011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00F00; }

 p { color: rgb(192,15,0); }

 H1.HeaderClassName
 {
   color: #C00F00;
 }
 .AnyTagClassName
 {
   color: #C00F00;
 }
</style>
background-color css

<style>
 a { background-color: #C00F00; }

 a { background-color: rgb(192,15,0); }

 div.DivClassName
 {
   background-color: #C00F00;
 }
 .BgClassName
 {
   background-color: #C00F00;
 }
</style>
border-color css

<style>
 span { border-color: #C00F00; }

 span { border-color: rgb(192,15,0); }

 td.TdClassName
 {
   border-color: #C00F00;
 }
 .TagClassName
 {
   border-color: #C00F00;
 }
</style>