Html Css Color HEX #DB0924 Fire Engine Red

📋 copy color: '#DB0924'

red 219 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #DB0924

Tints of Fire Engine Red #DB0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

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

R = 82.95%
G = 3.41%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0924 (or 0xDB0924) is known color: Fire Engine Red. HEX triplet: DB, 09 and 24. RGB value is (219,9,36). Sum of RGB (Red+Green+Blue) = 219+9+36=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0924 is #24F6DB. Grayscale: #4A4A4A. Windows color (decimal): -2422492 or 2361819. OLE color: 2361819.

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

Color convert

RGB 219 9 36 -
CMYK 0 0.96 0.84 0.14
HSL 352.29º 0.92% 0.45% -
HSV(B) 352.29º 0.96% 0.86% -
XYZ 29.63 15.38 3.08 -
YUV 74.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 219 9 36 0 0.96 0.84 0.14 352.29 0.92 0.45
Hex DB 9 24 0 60 54 E 160 5C 2D
Octal 333 11 44 0 140 124 16 540 134 55
Binary 11011011 1001 100100 0 1100000 1010100 1110 101100000 1011100 101101

Color Harmonies of #DB0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0924

Black with #DB0924

Text Example


Text Example

White with #DB0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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