#C01204

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

Shades of Free Speech Red #C01204

Tints of Free Speech Red #C01204

Color information

#C01204 (or 0xC01204) is unknown color: approx Free Speech Red. HEX triplet: C0, 12 and 04. RGB value is (192,18,4). Sum of RGB (Red+Green+Blue) = 192+18+4=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C01204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01204 is #3FEDFB. Grayscale: #444444. Windows color (decimal): -4189692 or 266944. OLE color: 266944.

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

Color convert

RGB192184-
CMYK00.910.980.25
HSL4.47º95.92%38.43%-
HSV(B)4.47º97.92%75.29%-
XYZ21.9811.651.2-
YUV68.4391.65216.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 89.72%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=89.72%
G=8.41%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218400.910.980.254.4795.9238.43
HexC012405B621946026
Octal300224013314231414046
Binary1100000010010100010110111100010110011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01204; }

 p { color: rgb(192,18,4); }

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

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

 a { background-color: rgb(192,18,4); }

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

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

 span { border-color: rgb(192,18,4); }

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