#C80902

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

Shades of Free Speech Red #C80902

Tints of Free Speech Red #C80902

Color information

#C80902 (or 0xC80902) is unknown color: approx Free Speech Red. HEX triplet: C8, 09 and 02. RGB value is (200,9,2). Sum of RGB (Red+Green+Blue) = 200+9+2=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C80902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80902 is #37F6FD. Grayscale: #414141. Windows color (decimal): -3667710 or 133576. OLE color: 133576.

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

Color convert

RGB20092-
CMYK00.960.990.22
HSL2.12º98.02%39.61%-
HSV(B)2.12º99%78.43%-
XYZ23.9312.481.2-
YUV65.3192.28224.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 94.79%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=94.79%
G=4.27%
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
Decimal2009200.960.990.222.1298.0239.61
HexC892060631626228
Octal310112014014326214250
Binary1100100010011001100000110001110110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80902; }

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

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

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

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

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

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

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

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