Html Css Color HEX #DB1824 Fire Engine Red

📋 copy color: '#DB1824'

red 219 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #DB1824

Tints of Fire Engine Red #DB1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 78.49%
G = 8.6%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1824 (or 0xDB1824) is known color: Fire Engine Red. HEX triplet: DB, 18 and 24. RGB value is (219,24,36). Sum of RGB (Red+Green+Blue) = 219+24+36=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1824 is #24E7DB. Grayscale: #535353. Windows color (decimal): -2418652 or 2365659. OLE color: 2365659.

HSL color Cylindrical-coordinate representation of color #DB1824: hue angle of 356.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1824 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 36 -
CMYK 0 0.89 0.84 0.14
HSL 356.31º 0.8% 0.48% -
HSV(B) 356.31º 0.89% 0.86% -
XYZ 29.86 15.84 3.15 -
YUV 83.67 101.1 224.52 -
System Red Green Blue C M Y K H S L
Decimal 219 24 36 0 0.89 0.84 0.14 356.31 0.8 0.48
Hex DB 18 24 0 59 54 E 164 50 30
Octal 333 30 44 0 131 124 16 544 120 60
Binary 11011011 11000 100100 0 1011001 1010100 1110 101100100 1010000 110000

Color Harmonies of #DB1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1824

Black with #DB1824

Text Example


Text Example

White with #DB1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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