#C80802

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

Shades of Free Speech Red #C80802

Tints of Free Speech Red #C80802

Color information

#C80802 (or 0xC80802) is unknown color: approx Free Speech Red. HEX triplet: C8, 08 and 02. RGB value is (200,8,2). Sum of RGB (Red+Green+Blue) = 200+8+2=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80802 is #37F7FD. Grayscale: #404040. Windows color (decimal): -3667966 or 133320. OLE color: 133320.

HSL color Cylindrical-coordinate representation of color #C80802: hue angle of 1.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB20082-
CMYK00.960.990.22
HSL1.82º98.02%39.61%-
HSV(B)1.82º99%78.43%-
XYZ23.9212.461.2-
YUV64.7292.61224.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 95.24%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=95.24%
G=3.81%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008200.960.990.221.8298.0239.61
HexC882060631626228
Octal310102014014326214250
Binary1100100010001001100000110001110110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80802; }

 p { color: rgb(200,8,2); }

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

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

 a { background-color: rgb(200,8,2); }

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

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

 span { border-color: rgb(200,8,2); }

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