Html Css Color HEX #DB1324 Fire Engine Red

📋 copy color: '#DB1324'

red 219 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #DB1324

Tints of Fire Engine Red #DB1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 79.93%
G = 6.93%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1324 (or 0xDB1324) is known color: Fire Engine Red. HEX triplet: DB, 13 and 24. RGB value is (219,19,36). Sum of RGB (Red+Green+Blue) = 219+19+36=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1324 is #24ECDB. Grayscale: #505050. Windows color (decimal): -2419932 or 2364379. OLE color: 2364379.

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

Color convert

RGB 219 19 36 -
CMYK 0 0.91 0.84 0.14
HSL 354.9º 0.84% 0.47% -
HSV(B) 354.9º 0.91% 0.86% -
XYZ 29.76 15.65 3.12 -
YUV 80.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 219 19 36 0 0.91 0.84 0.14 354.9 0.84 0.47
Hex DB 13 24 0 5B 54 E 163 54 2F
Octal 333 23 44 0 133 124 16 543 124 57
Binary 11011011 10011 100100 0 1011011 1010100 1110 101100011 1010100 101111

Color Harmonies of #DB1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1324

Black with #DB1324

Text Example


Text Example

White with #DB1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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