#C51609

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

Shades of Free Speech Red #C51609

Tints of Free Speech Red #C51609

Color information

#C51609 (or 0xC51609) is unknown color: approx Free Speech Red. HEX triplet: C5, 16 and 09. RGB value is (197,22,9). Sum of RGB (Red+Green+Blue) = 197+22+9=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C51609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51609 is #3AE9F6. Grayscale: #494949. Windows color (decimal): -3860983 or 595653. OLE color: 595653.

HSL color Cylindrical-coordinate representation of color #C51609: hue angle of 4.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C51609 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB197229-
CMYK00.890.950.23
HSL4.15º91.26%40.39%-
HSV(B)4.15º95.43%77.25%-
XYZ23.3612.461.43-
YUV72.8491.98216.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 86.40%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 9 (3.91% from 255) = 3.95%
R=86.40%
G=9.65%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19722900.890.950.234.1591.2640.39
HexC51690595F1745b28
Octal3052611013113727413350
Binary11000101101101001010110011011111101111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51609; }

 p { color: rgb(197,22,9); }

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

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

 a { background-color: rgb(197,22,9); }

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

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

 span { border-color: rgb(197,22,9); }

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