Html Css Color HEX #C80E0A Free Speech Red

📋 copy color: '#C80E0A'

red 200 ◦ green 14 ◦ blue 10

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

Shades of Free Speech Red #C80E0A

Tints of Free Speech Red #C80E0A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

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

R = 89.29%
G = 6.25%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C80E0A (or 0xC80E0A) is known color: Free Speech Red. HEX triplet: C8, 0E and 0A. RGB value is (200,14,10). Sum of RGB (Red+Green+Blue) = 200+14+10=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E0A is #37F1F5. Grayscale: #454545. Windows color (decimal): -3666422 or 659144. OLE color: 659144.

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

Color convert

RGB 200 14 10 -
CMYK 0 0.93 0.95 0.22
HSL 1.26º 0.9% 0.41% -
HSV(B) 1.26º 0.95% 0.78% -
XYZ 24.03 12.62 1.46 -
YUV 69.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 200 14 10 0 0.93 0.95 0.22 1.26 0.9 0.41
Hex C8 E A 0 5D 5F 16 1 5A 29
Octal 310 16 12 0 135 137 26 1 132 51
Binary 11001000 1110 1010 0 1011101 1011111 10110 1 1011010 101001

Color Harmonies of #C80E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E0A

Black with #C80E0A

Text Example


Text Example

White with #C80E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E0A; }

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

 H1.HeaderClassName
 {
   color: #C80E0A;
 }
 .AnyTagClassName
 {
   color: #C80E0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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