Html Css Color HEX #D80B00 Free Speech Red

📋 copy color: '#D80B00'

red 216 ◦ green 11 ◦ blue 0

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

Shades of Free Speech Red #D80B00

Tints of Free Speech Red #D80B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

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

R = 95.15%
G = 4.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80B00 (or 0xD80B00) is known color: Free Speech Red. HEX triplet: D8, 0B and 00. RGB value is (216,11,0). Sum of RGB (Red+Green+Blue) = 216+11+0=227 (30% of max value = 765). Red value is 216 (84.77% from 255 or 95.15% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B00 is #27F4FF. Grayscale: #474747. Windows color (decimal): -2618624 or 3032. OLE color: 3032.

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

Color convert

RGB 216 11 0 -
CMYK 0 0.95 1 0.15
HSL 3.06º 1% 0.42% -
HSV(B) 3.06º 1% 0.85% -
XYZ 28.44 14.84 1.37 -
YUV 71.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 216 11 0 0 0.95 1 0.15 3.06 1 0.42
Hex D8 B 0 0 5F 64 F 3 64 2A
Octal 330 13 0 0 137 144 17 3 144 52
Binary 11011000 1011 0 0 1011111 1100100 1111 11 1100100 101010

Color Harmonies of #D80B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B00

Black with #D80B00

Text Example


Text Example

White with #D80B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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