Html Css Color HEX #D80D00 Free Speech Red

📋 copy color: '#D80D00'

red 216 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #D80D00

Tints of Free Speech Red #D80D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.68%

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

R = 94.32%
G = 5.68%
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

#D80D00 (or 0xD80D00) is known color: Free Speech Red. HEX triplet: D8, 0D and 00. RGB value is (216,13,0). Sum of RGB (Red+Green+Blue) = 216+13+0=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D00 is #27F2FF. Grayscale: #484848. Windows color (decimal): -2618112 or 3544. OLE color: 3544.

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

Color convert

RGB 216 13 0 -
CMYK 0 0.94 1 0.15
HSL 3.61º 1% 0.42% -
HSV(B) 3.61º 1% 0.85% -
XYZ 28.46 14.89 1.37 -
YUV 72.22 87.25 230.56 -
System Red Green Blue C M Y K H S L
Decimal 216 13 0 0 0.94 1 0.15 3.61 1 0.42
Hex D8 D 0 0 5E 64 F 4 64 2A
Octal 330 15 0 0 136 144 17 4 144 52
Binary 11011000 1101 0 0 1011110 1100100 1111 100 1100100 101010

Color Harmonies of #D80D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D00

Black with #D80D00

Text Example


Text Example

White with #D80D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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