#C71006

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

Shades of Free Speech Red #C71006

Tints of Free Speech Red #C71006

Color information

#C71006 (or 0xC71006) is unknown color: approx Free Speech Red. HEX triplet: C7, 10 and 06. RGB value is (199,16,6). Sum of RGB (Red+Green+Blue) = 199+16+6=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C71006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71006 is #38EFF9. Grayscale: #454545. Windows color (decimal): -3731450 or 397511. OLE color: 397511.

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

Color convert

RGB199166-
CMYK00.920.970.22
HSL3.11º94.15%40.2%-
HSV(B)3.11º96.98%78.04%-
XYZ23.7712.531.34-
YUV69.5892.13220.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 90.05%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=90.05%
G=7.24%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916600.920.970.223.1194.1540.2
HexC710605C611635e28
Octal307206013414126313650
Binary110001111000011001011100110000110110111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71006; }

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

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

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

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

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

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

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

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