Html Css Color HEX #DB1621 Fire Engine Red

📋 copy color: '#DB1621'

red 219 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #DB1621

Tints of Fire Engine Red #DB1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 79.93%
G = 8.03%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1621 (or 0xDB1621) is known color: Fire Engine Red. HEX triplet: DB, 16 and 21. RGB value is (219,22,33). Sum of RGB (Red+Green+Blue) = 219+22+33=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1621 is #24E9DE. Grayscale: #525252. Windows color (decimal): -2419167 or 2168539. OLE color: 2168539.

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

Color convert

RGB 219 22 33 -
CMYK 0 0.90 0.85 0.14
HSL 356.65º 0.82% 0.47% -
HSV(B) 356.65º 0.9% 0.86% -
XYZ 29.77 15.74 2.91 -
YUV 82.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 219 22 33 0 0.90 0.85 0.14 356.65 0.82 0.47
Hex DB 16 21 0 5A 55 E 165 52 2F
Octal 333 26 41 0 132 125 16 545 122 57
Binary 11011011 10110 100001 0 1011010 1010101 1110 101100101 1010010 101111

Color Harmonies of #DB1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1621

Black with #DB1621

Text Example


Text Example

White with #DB1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1621; }

 p { color: rgb(219,22,33); }

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

background-color css

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

 a { background-color: rgb(219,22,33); }

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

border-color css

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

 span { border-color: rgb(219,22,33); }

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