#C80A02

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

Shades of Free Speech Red #C80A02

Tints of Free Speech Red #C80A02

Color information

#C80A02 (or 0xC80A02) is unknown color: approx Free Speech Red. HEX triplet: C8, 0A and 02. RGB value is (200,10,2). Sum of RGB (Red+Green+Blue) = 200+10+2=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A02 is #37F5FD. Grayscale: #424242. Windows color (decimal): -3667454 or 133832. OLE color: 133832.

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

Color convert

RGB200102-
CMYK00.950.990.22
HSL2.42º98.02%39.61%-
HSV(B)2.42º99%78.43%-
XYZ23.9412.51.21-
YUV65.991.95223.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 94.34%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=94.34%
G=4.72%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010200.950.990.222.4298.0239.61
HexC8A205F631626228
Octal310122013714326214250
Binary1100100010101001011111110001110110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A02; }

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

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

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

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

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

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

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

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