#C61306

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

Shades of Free Speech Red #C61306

Tints of Free Speech Red #C61306

Color information

#C61306 (or 0xC61306) is unknown color: approx Free Speech Red. HEX triplet: C6, 13 and 06. RGB value is (198,19,6). Sum of RGB (Red+Green+Blue) = 198+19+6=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C61306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61306 is #39ECF9. Grayscale: #474747. Windows color (decimal): -3796218 or 398278. OLE color: 398278.

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

Color convert

RGB198196-
CMYK00.900.970.22
HSL4.06º94.12%40%-
HSV(B)4.06º96.97%77.65%-
XYZ23.5512.481.34-
YUV71.0491.3218.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.79%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=88.79%
G=8.52%
B=2.69%

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
Decimal19819600.900.970.224.0694.1240
HexC613605A611645e28
Octal306236013214126413650
Binary1100011010011110010110101100001101101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61306; }

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

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

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

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

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

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

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

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