Html Css Color HEX #D80B08 Free Speech Red

📋 copy color: '#D80B08'

red 216 ◦ green 11 ◦ blue 8

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

Shades of Free Speech Red #D80B08

Tints of Free Speech Red #D80B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 91.91%
G = 4.68%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D80B08 (or 0xD80B08) is known color: Free Speech Red. HEX triplet: D8, 0B and 08. RGB value is (216,11,8). Sum of RGB (Red+Green+Blue) = 216+11+8=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80B08 is #27F4F7. Grayscale: #484848. Windows color (decimal): -2618616 or 527320. OLE color: 527320.

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

Color convert

RGB 216 11 8 -
CMYK 0 0.95 0.96 0.15
HSL 0.87º 0.93% 0.44% -
HSV(B) 0.87º 0.96% 0.85% -
XYZ 28.48 14.86 1.6 -
YUV 71.95 91.92 230.74 -
System Red Green Blue C M Y K H S L
Decimal 216 11 8 0 0.95 0.96 0.15 0.87 0.93 0.44
Hex D8 B 8 0 5F 60 F 1 5D 2C
Octal 330 13 10 0 137 140 17 1 135 54
Binary 11011000 1011 1000 0 1011111 1100000 1111 1 1011101 101100

Color Harmonies of #D80B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B08

Black with #D80B08

Text Example


Text Example

White with #D80B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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