Html Css Color HEX #DB1624 Fire Engine Red

📋 copy color: '#DB1624'

red 219 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #DB1624

Tints of Fire Engine Red #DB1624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 79.06%
G = 7.94%
B = 13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1624 (or 0xDB1624) is known color: Fire Engine Red. HEX triplet: DB, 16 and 24. RGB value is (219,22,36). Sum of RGB (Red+Green+Blue) = 219+22+36=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1624 is #24E9DB. Grayscale: #525252. Windows color (decimal): -2419164 or 2365147. OLE color: 2365147.

HSL color Cylindrical-coordinate representation of color #DB1624: hue angle of 355.74º 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 #DB1624 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 36 -
CMYK 0 0.90 0.84 0.14
HSL 355.74º 0.82% 0.47% -
HSV(B) 355.74º 0.9% 0.86% -
XYZ 29.82 15.76 3.14 -
YUV 82.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 219 22 36 0 0.90 0.84 0.14 355.74 0.82 0.47
Hex DB 16 24 0 5A 54 E 164 52 2F
Octal 333 26 44 0 132 124 16 544 122 57
Binary 11011011 10110 100100 0 1011010 1010100 1110 101100100 1010010 101111

Color Harmonies of #DB1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1624

Black with #DB1624

Text Example


Text Example

White with #DB1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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