Html Css Color HEX #D80E00 Free Speech Red

📋 copy color: '#D80E00'

red 216 ◦ green 14 ◦ blue 0

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

Shades of Free Speech Red #D80E00

Tints of Free Speech Red #D80E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.09%

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

R = 93.91%
G = 6.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80E00 (or 0xD80E00) is known color: Free Speech Red. HEX triplet: D8, 0E and 00. RGB value is (216,14,0). Sum of RGB (Red+Green+Blue) = 216+14+0=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E00 is #27F1FF. Grayscale: #494949. Windows color (decimal): -2617856 or 3800. OLE color: 3800.

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

Color convert

RGB 216 14 0 -
CMYK 0 0.94 1 0.15
HSL 3.89º 1% 0.42% -
HSV(B) 3.89º 1% 0.85% -
XYZ 28.48 14.91 1.38 -
YUV 72.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 216 14 0 0 0.94 1 0.15 3.89 1 0.42
Hex D8 E 0 0 5E 64 F 4 64 2A
Octal 330 16 0 0 136 144 17 4 144 52
Binary 11011000 1110 0 0 1011110 1100100 1111 100 1100100 101010

Color Harmonies of #D80E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E00

Black with #D80E00

Text Example


Text Example

White with #D80E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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