Html Css Color HEX #C80A05 Free Speech Red

📋 copy color: '#C80A05'

red 200 ◦ green 10 ◦ blue 5

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

Shades of Free Speech Red #C80A05

Tints of Free Speech Red #C80A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 93.02%
G = 4.65%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80A05 (or 0xC80A05) is known color: Free Speech Red. HEX triplet: C8, 0A and 05. RGB value is (200,10,5). Sum of RGB (Red+Green+Blue) = 200+10+5=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A05 is #37F5FA. Grayscale: #424242. Windows color (decimal): -3667451 or 330440. OLE color: 330440.

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

Color convert

RGB 200 10 5 -
CMYK 0 0.95 0.98 0.22
HSL 1.54º 0.95% 0.4% -
HSV(B) 1.54º 0.98% 0.78% -
XYZ 23.96 12.51 1.3 -
YUV 66.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 200 10 5 0 0.95 0.98 0.22 1.54 0.95 0.4
Hex C8 A 5 0 5F 62 16 2 5F 28
Octal 310 12 5 0 137 142 26 2 137 50
Binary 11001000 1010 101 0 1011111 1100010 10110 10 1011111 101000

Color Harmonies of #C80A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A05

Black with #C80A05

Text Example


Text Example

White with #C80A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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