#C01211

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

Shades of Free Speech Red #C01211

Tints of Free Speech Red #C01211

Color information

#C01211 (or 0xC01211) is unknown color: approx Free Speech Red. HEX triplet: C0, 12 and 11. RGB value is (192,18,17). Sum of RGB (Red+Green+Blue) = 192+18+17=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C01211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01211 is #3FEDEE. Grayscale: #464646. Windows color (decimal): -4189679 or 1118912. OLE color: 1118912.

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

Color convert

RGB1921817-
CMYK00.910.910.25
HSL0.34º83.73%40.98%-
HSV(B)0.34º91.15%75.29%-
XYZ22.0611.681.62-
YUV69.9198.15215.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 84.58%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=84.58%
G=7.93%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192181700.910.910.250.3483.7340.98
HexC0121105B5B1905429
Octal3002221013313331012451
Binary1100000010010100010101101110110111100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01211; }

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

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

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

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

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

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

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

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