#C71206

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

Shades of Free Speech Red #C71206

Tints of Free Speech Red #C71206

Color information

#C71206 (or 0xC71206) is unknown color: approx Free Speech Red. HEX triplet: C7, 12 and 06. RGB value is (199,18,6). Sum of RGB (Red+Green+Blue) = 199+18+6=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71206 is #38EDF9. Grayscale: #464646. Windows color (decimal): -3730938 or 398023. OLE color: 398023.

HSL color Cylindrical-coordinate representation of color #C71206: hue angle of 3.73º 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 #C71206 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB199186-
CMYK00.910.970.22
HSL3.73º94.15%40.2%-
HSV(B)3.73º96.98%78.04%-
XYZ23.812.591.35-
YUV70.7591.47219.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 89.24%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=89.24%
G=8.07%
B=2.69%

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
Decimal19918600.910.970.223.7394.1540.2
HexC712605B611645e28
Octal307226013314126413650
Binary1100011110010110010110111100001101101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71206; }

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

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

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

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

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

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

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

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