Html Css Color HEX #C80C00 Free Speech Red

📋 copy color: '#C80C00'

red 200 ◦ green 12 ◦ blue 0

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

Shades of Free Speech Red #C80C00

Tints of Free Speech Red #C80C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.34%
G = 5.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80C00 (or 0xC80C00) is known color: Free Speech Red. HEX triplet: C8, 0C and 00. RGB value is (200,12,0). Sum of RGB (Red+Green+Blue) = 200+12+0=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C00 is #37F3FF. Grayscale: #434343. Windows color (decimal): -3666944 or 3272. OLE color: 3272.

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

Color convert

RGB 200 12 0 -
CMYK 0 0.94 1 0.22
HSL 3.6º 1% 0.39% -
HSV(B) 3.6º 1% 0.78% -
XYZ 23.95 12.54 1.16 -
YUV 66.84 90.28 222.98 -
System Red Green Blue C M Y K H S L
Decimal 200 12 0 0 0.94 1 0.22 3.6 1 0.39
Hex C8 C 0 0 5E 64 16 4 64 27
Octal 310 14 0 0 136 144 26 4 144 47
Binary 11001000 1100 0 0 1011110 1100100 10110 100 1100100 100111

Color Harmonies of #C80C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C00

Black with #C80C00

Text Example


Text Example

White with #C80C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C00; }

 p { color: rgb(200,12,0); }

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

background-color css

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

 a { background-color: rgb(200,12,0); }

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

border-color css

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

 span { border-color: rgb(200,12,0); }

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