#C80B0A

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

Shades of Free Speech Red #C80B0A

Tints of Free Speech Red #C80B0A

Color information

#C80B0A (or 0xC80B0A) is unknown color: approx Free Speech Red. HEX triplet: C8, 0B and 0A. RGB value is (200,11,10). Sum of RGB (Red+Green+Blue) = 200+11+10=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B0A is #37F4F5. Grayscale: #434343. Windows color (decimal): -3667190 or 658376. OLE color: 658376.

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

Color convert

RGB2001110-
CMYK00.940.950.22
HSL0.32º90.48%41.18%-
HSV(B)0.32º95%78.43%-
XYZ23.9912.541.44-
YUV67.495.62222.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 90.50%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=90.50%
G=4.98%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200111000.940.950.220.3290.4841.18
HexC8BA05E5F1605a29
Octal3101312013613726013251
Binary11001000101110100101111010111111011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80B0A; }

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

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

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

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

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

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

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

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