#C71106

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

Shades of Free Speech Red #C71106

Tints of Free Speech Red #C71106

Color information

#C71106 (or 0xC71106) is unknown color: approx Free Speech Red. HEX triplet: C7, 11 and 06. RGB value is (199,17,6). Sum of RGB (Red+Green+Blue) = 199+17+6=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71106 is #38EEF9. Grayscale: #464646. Windows color (decimal): -3731194 or 397767. OLE color: 397767.

HSL color Cylindrical-coordinate representation of color #C71106: hue angle of 3.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C71106 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB199176-
CMYK00.910.970.22
HSL3.42º94.15%40.2%-
HSV(B)3.42º96.98%78.04%-
XYZ23.7912.561.34-
YUV70.1691.8219.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 89.64%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=89.64%
G=7.66%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917600.910.970.223.4294.1540.2
HexC711605B611635e28
Octal307216013314126313650
Binary110001111000111001011011110000110110111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71106; }

 p { color: rgb(199,17,6); }

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

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

 a { background-color: rgb(199,17,6); }

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

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

 span { border-color: rgb(199,17,6); }

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