Html Css Color HEX #D80800 Free Speech Red

📋 copy color: '#D80800'

red 216 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #D80800

Tints of Free Speech Red #D80800

RGB

 RED value IS 216 (84.77% from 255) = 96.43%

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

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

R = 96.43%
G = 3.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80800 (or 0xD80800) is known color: Free Speech Red. HEX triplet: D8, 08 and 00. RGB value is (216,8,0). Sum of RGB (Red+Green+Blue) = 216+8+0=224 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.43% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 216 - color contains mainly: red. Hex color #D80800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80800 is #27F7FF. Grayscale: #454545. Windows color (decimal): -2619392 or 2264. OLE color: 2264.

HSL color Cylindrical-coordinate representation of color #D80800: hue angle of 2.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 0 -
CMYK 0 0.96 1 0.15
HSL 2.22º 1% 0.42% -
HSV(B) 2.22º 1% 0.85% -
XYZ 28.41 14.77 1.35 -
YUV 69.28 88.91 232.65 -
System Red Green Blue C M Y K H S L
Decimal 216 8 0 0 0.96 1 0.15 2.22 1 0.42
Hex D8 8 0 0 60 64 F 2 64 2A
Octal 330 10 0 0 140 144 17 2 144 52
Binary 11011000 1000 0 0 1100000 1100100 1111 10 1100100 101010

Color Harmonies of #D80800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80800

Black with #D80800

Text Example


Text Example

White with #D80800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80800; }

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

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

background-color css

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

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

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

border-color css

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

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

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