#C01906

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

Shades of Free Speech Red #C01906

Tints of Free Speech Red #C01906

Color information

#C01906 (or 0xC01906) is unknown color: approx Free Speech Red. HEX triplet: C0, 19 and 06. RGB value is (192,25,6). Sum of RGB (Red+Green+Blue) = 192+25+6=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C01906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01906 is #3FE6F9. Grayscale: #494949. Windows color (decimal): -4187898 or 399808. OLE color: 399808.

HSL color Cylindrical-coordinate representation of color #C01906: hue angle of 6.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C01906 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB192256-
CMYK00.870.970.25
HSL6.13º93.94%38.82%-
HSV(B)6.13º96.88%75.29%-
XYZ22.1211.911.31-
YUV72.7790.33213.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 86.10%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=86.10%
G=11.21%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19225600.870.970.256.1393.9438.82
HexC0196057611965e27
Octal300316012714131613647
Binary1100000011001110010101111100001110011101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01906; }

 p { color: rgb(192,25,6); }

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

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

 a { background-color: rgb(192,25,6); }

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

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

 span { border-color: rgb(192,25,6); }

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