Html Css Color HEX #DB0224 Fire Engine Red

📋 copy color: '#DB0224'

red 219 ◦ green 2 ◦ blue 36

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

Shades of Fire Engine Red #DB0224

Tints of Fire Engine Red #DB0224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 85.21%
G = 0.78%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0224 (or 0xDB0224) is known color: Fire Engine Red. HEX triplet: DB, 02 and 24. RGB value is (219,2,36). Sum of RGB (Red+Green+Blue) = 219+2+36=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0224 is #24FDDB. Grayscale: #464646. Windows color (decimal): -2424284 or 2360027. OLE color: 2360027.

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

Color convert

RGB 219 2 36 -
CMYK 0 0.99 0.84 0.14
HSL 350.6º 0.98% 0.43% -
HSV(B) 350.6º 0.99% 0.86% -
XYZ 29.55 15.23 3.05 -
YUV 70.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 219 2 36 0 0.99 0.84 0.14 350.6 0.98 0.43
Hex DB 2 24 0 63 54 E 15F 62 2B
Octal 333 2 44 0 143 124 16 537 142 53
Binary 11011011 10 100100 0 1100011 1010100 1110 101011111 1100010 101011

Color Harmonies of #DB0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0224

Black with #DB0224

Text Example


Text Example

White with #DB0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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