Html Css Color HEX #D80D0B Free Speech Red

📋 copy color: '#D80D0B'

red 216 ◦ green 13 ◦ blue 11

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

Shades of Free Speech Red #D80D0B

Tints of Free Speech Red #D80D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 90%
G = 5.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D80D0B (or 0xD80D0B) is known color: Free Speech Red. HEX triplet: D8, 0D and 0B. RGB value is (216,13,11). Sum of RGB (Red+Green+Blue) = 216+13+11=240 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D0B is #27F2F4. Grayscale: #494949. Windows color (decimal): -2618101 or 724440. OLE color: 724440.

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

Color convert

RGB 216 13 11 -
CMYK 0 0.94 0.95 0.15
HSL 0.59º 0.9% 0.45% -
HSV(B) 0.59º 0.95% 0.85% -
XYZ 28.52 14.91 1.69 -
YUV 73.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 216 13 11 0 0.94 0.95 0.15 0.59 0.9 0.45
Hex D8 D B 0 5E 5F F 1 5A 2D
Octal 330 15 13 0 136 137 17 1 132 55
Binary 11011000 1101 1011 0 1011110 1011111 1111 1 1011010 101101

Color Harmonies of #D80D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D0B

Black with #D80D0B

Text Example


Text Example

White with #D80D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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