Html Css Color HEX #C80D05 Free Speech Red

📋 copy color: '#C80D05'

red 200 ◦ green 13 ◦ blue 5

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

Shades of Free Speech Red #C80D05

Tints of Free Speech Red #C80D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

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

R = 91.74%
G = 5.96%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80D05 (or 0xC80D05) is known color: Free Speech Red. HEX triplet: C8, 0D and 05. RGB value is (200,13,5). Sum of RGB (Red+Green+Blue) = 200+13+5=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D05 is #37F2FA. Grayscale: #444444. Windows color (decimal): -3666683 or 331208. OLE color: 331208.

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

Color convert

RGB 200 13 5 -
CMYK 0 0.94 0.98 0.22
HSL 2.46º 0.95% 0.4% -
HSV(B) 2.46º 0.98% 0.78% -
XYZ 23.99 12.58 1.31 -
YUV 68 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 200 13 5 0 0.94 0.98 0.22 2.46 0.95 0.4
Hex C8 D 5 0 5E 62 16 2 5F 28
Octal 310 15 5 0 136 142 26 2 137 50
Binary 11001000 1101 101 0 1011110 1100010 10110 10 1011111 101000

Color Harmonies of #C80D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D05

Black with #C80D05

Text Example


Text Example

White with #C80D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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