Html Css Color HEX #C80800 Free Speech Red

📋 copy color: '#C80800'

red 200 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #C80800

Tints of Free Speech Red #C80800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 96.15%
G = 3.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80800 (or 0xC80800) is known color: Free Speech Red. HEX triplet: C8, 08 and 00. RGB value is (200,8,0). Sum of RGB (Red+Green+Blue) = 200+8+0=208 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.15% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 200 - color contains mainly: red. Hex color #C80800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80800 is #37F7FF. Grayscale: #404040. Windows color (decimal): -3667968 or 2248. OLE color: 2248.

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

Color convert

RGB 200 8 0 -
CMYK 0 0.96 1 0.22
HSL 2.4º 1% 0.39% -
HSV(B) 2.4º 1% 0.78% -
XYZ 23.91 12.45 1.14 -
YUV 64.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 200 8 0 0 0.96 1 0.22 2.4 1 0.39
Hex C8 8 0 0 60 64 16 2 64 27
Octal 310 10 0 0 140 144 26 2 144 47
Binary 11001000 1000 0 0 1100000 1100100 10110 10 1100100 100111

Color Harmonies of #C80800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80800

Black with #C80800

Text Example


Text Example

White with #C80800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80800; }

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

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

background-color css

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

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

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

border-color css

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

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

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