#C50908

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

Shades of Free Speech Red #C50908

Tints of Free Speech Red #C50908

Color information

#C50908 (or 0xC50908) is unknown color: approx Free Speech Red. HEX triplet: C5, 09 and 08. RGB value is (197,9,8). Sum of RGB (Red+Green+Blue) = 197+9+8=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50908 is #3AF6F7. Grayscale: #414141. Windows color (decimal): -3864312 or 526789. OLE color: 526789.

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

Color convert

RGB19798-
CMYK00.950.960.23
HSL0.32º92.2%40.2%-
HSV(B)0.32º95.94%77.25%-
XYZ23.1712.081.34-
YUV65.195.78222.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.06%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 8 (3.52% from 255) = 3.74%
R=92.06%
G=4.21%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979800.950.960.230.3292.240.2
HexC59805F601705c28
Octal3051110013714027013450
Binary11000101100110000101111111000001011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50908; }

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

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

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

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

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

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

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

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