Html Css Color HEX #DB1511 Free Speech Red

📋 copy color: '#DB1511'

red 219 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #DB1511

Tints of Free Speech Red #DB1511

RGB

 RED value IS 219 (85.94% from 255) = 85.21%

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 85.21%
G = 8.17%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1511 (or 0xDB1511) is known color: Free Speech Red. HEX triplet: DB, 15 and 11. RGB value is (219,21,17). Sum of RGB (Red+Green+Blue) = 219+21+17=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1511 is #24EAEE. Grayscale: #4F4F4F. Windows color (decimal): -2419439 or 1119707. OLE color: 1119707.

HSL color Cylindrical-coordinate representation of color #DB1511: hue angle of 1.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 17 -
CMYK 0 0.90 0.92 0.14
HSL 1.19º 0.86% 0.46% -
HSV(B) 1.19º 0.92% 0.86% -
XYZ 29.58 15.64 1.99 -
YUV 79.75 92.6 227.33 -
System Red Green Blue C M Y K H S L
Decimal 219 21 17 0 0.90 0.92 0.14 1.19 0.86 0.46
Hex DB 15 11 0 5A 5C E 1 56 2E
Octal 333 25 21 0 132 134 16 1 126 56
Binary 11011011 10101 10001 0 1011010 1011100 1110 1 1010110 101110

Color Harmonies of #DB1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1511

Black with #DB1511

Text Example


Text Example

White with #DB1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1511; }

 p { color: rgb(219,21,17); }

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

background-color css

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

 a { background-color: rgb(219,21,17); }

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

border-color css

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

 span { border-color: rgb(219,21,17); }

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