Html Css Color HEX #C80000 Free Speech Red

📋 copy color: '#C80000'

red 200 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #C80000

Tints of Free Speech Red #C80000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80000 (or 0xC80000) is known color: Free Speech Red. HEX triplet: C8, 00 and 00. RGB value is (200,0,0). Sum of RGB (Red+Green+Blue) = 200+0+0=200 (26% of max value = 765). Red value is 200 (78.52% from 255 or 100% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 200 - color contains mainly: red. Hex color #C80000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80000 is #37FFFF. Grayscale: #3C3C3C. Windows color (decimal): -3670016 or 200. OLE color: 200.

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

Color convert

RGB 200 0 0 -
CMYK 0 1 1 0.22
HSL 1% 0.39% -
HSV(B) 1% 0.78% -
XYZ 23.82 12.28 1.11 -
YUV 59.8 94.26 228 -
System Red Green Blue C M Y K H S L
Decimal 200 0 0 0 1 1 0.22 0 1 0.39
Hex C8 0 0 0 64 64 16 0 64 27
Octal 310 0 0 0 144 144 26 0 144 47
Binary 11001000 0 0 0 1100100 1100100 10110 0 1100100 100111

Color Harmonies of #C80000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80000

Black with #C80000

Text Example


Text Example

White with #C80000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80000; }

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

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

background-color css

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

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

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

border-color css

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

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

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