#C61406

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

Shades of Free Speech Red #C61406

Tints of Free Speech Red #C61406

Color information

#C61406 (or 0xC61406) is unknown color: approx Free Speech Red. HEX triplet: C6, 14 and 06. RGB value is (198,20,6). Sum of RGB (Red+Green+Blue) = 198+20+6=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61406 is #39EBF9. Grayscale: #474747. Windows color (decimal): -3795962 or 398534. OLE color: 398534.

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

Color convert

RGB198206-
CMYK00.900.970.22
HSL4.38º94.12%40%-
HSV(B)4.38º96.97%77.65%-
XYZ23.5712.521.35-
YUV71.6390.97218.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.39%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=88.39%
G=8.93%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19820600.900.970.224.3894.1240
HexC614605A611645e28
Octal306246013214126413650
Binary1100011010100110010110101100001101101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61406; }

 p { color: rgb(198,20,6); }

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

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

 a { background-color: rgb(198,20,6); }

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

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

 span { border-color: rgb(198,20,6); }

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