Html Css Color HEX #C80A0A Free Speech Red

📋 copy color: '#C80A0A'

red 200 ◦ green 10 ◦ blue 10

#C80A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #C80A0A

Tints of Free Speech Red #C80A0A

RGB

 RED value IS 200 (78.52% from 255) = 90.91%

 GREEN value IS 10 (4.3% from 255) = 4.55%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 90.91%
G = 4.55%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C80A0A (or 0xC80A0A) is known color: 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

RGB 200 10 10 -
CMYK 0 0.95 0.95 0.22
HSL 0.9% 0.41% -
HSV(B) 0.95% 0.78% -
XYZ 23.98 12.52 1.44 -
YUV 66.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 200 10 10 0 0.95 0.95 0.22 0 0.9 0.41
Hex C8 A A 0 5F 5F 16 0 5A 29
Octal 310 12 12 0 137 137 26 0 132 51
Binary 11001000 1010 1010 0 1011111 1011111 10110 0 1011010 101001

Color Harmonies of #C80A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A0A

Black with #C80A0A

Text Example


Text Example

White with #C80A0A

Text Example


Text Example

HTML Codes & Css Web 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>