Html Css Color HEX #DB1224 Fire Engine Red

📋 copy color: '#DB1224'

red 219 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #DB1224

Tints of Fire Engine Red #DB1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 80.22%
G = 6.59%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1224 (or 0xDB1224) is known color: Fire Engine Red. HEX triplet: DB, 12 and 24. RGB value is (219,18,36). Sum of RGB (Red+Green+Blue) = 219+18+36=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1224 is #24EDDB. Grayscale: #505050. Windows color (decimal): -2420188 or 2364123. OLE color: 2364123.

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

Color convert

RGB 219 18 36 -
CMYK 0 0.92 0.84 0.14
HSL 354.63º 0.85% 0.46% -
HSV(B) 354.63º 0.92% 0.86% -
XYZ 29.75 15.62 3.12 -
YUV 80.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 219 18 36 0 0.92 0.84 0.14 354.63 0.85 0.46
Hex DB 12 24 0 5C 54 E 163 55 2E
Octal 333 22 44 0 134 124 16 543 125 56
Binary 11011011 10010 100100 0 1011100 1010100 1110 101100011 1010101 101110

Color Harmonies of #DB1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1224

Black with #DB1224

Text Example


Text Example

White with #DB1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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