#C80A0A

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

Shades of Free Speech Red #C80A0A

Tints of Free Speech Red #C80A0A

Color information

#C80A0A (or 0xC80A0A) is unknown color: approx Free Speech Red. HEX triplet: C8, 0A and 0A. RGB value is (200,10,10). Sum of RGB (Red+Green+Blue) = 200+10+10=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A0A is #37F5F5. Grayscale: #434343. Windows color (decimal): -3667446 or 658120. OLE color: 658120.

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

Color convert

RGB2001010-
CMYK00.950.950.22
HSL90.48%41.18%-
HSV(B)95%78.43%-
XYZ23.9812.521.44-
YUV66.8195.95223-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 90.91%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=90.91%
G=4.55%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200101000.950.950.22090.4841.18
HexC8AA05F5F1605a29
Octal3101212013713726013251
Binary11001000101010100101111110111111011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A0A; }

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

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

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

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

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

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

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

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