Html Css Color HEX #DB0523 Fire Engine Red

📋 copy color: '#DB0523'

red 219 ◦ green 5 ◦ blue 35

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

Shades of Fire Engine Red #DB0523

Tints of Fire Engine Red #DB0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 84.56%
G = 1.93%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB0523 (or 0xDB0523) is known color: Fire Engine Red. HEX triplet: DB, 05 and 23. RGB value is (219,5,35). Sum of RGB (Red+Green+Blue) = 219+5+35=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0523 is #24FADC. Grayscale: #484848. Windows color (decimal): -2423517 or 2295259. OLE color: 2295259.

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

Color convert

RGB 219 5 35 -
CMYK 0 0.98 0.84 0.14
HSL 351.59º 0.96% 0.44% -
HSV(B) 351.59º 0.98% 0.86% -
XYZ 29.57 15.29 2.98 -
YUV 72.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 219 5 35 0 0.98 0.84 0.14 351.59 0.96 0.44
Hex DB 5 23 0 62 54 E 160 60 2C
Octal 333 5 43 0 142 124 16 540 140 54
Binary 11011011 101 100011 0 1100010 1010100 1110 101100000 1100000 101100

Color Harmonies of #DB0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0523

Black with #DB0523

Text Example


Text Example

White with #DB0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0523; }

 p { color: rgb(219,5,35); }

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

background-color css

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

 a { background-color: rgb(219,5,35); }

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

border-color css

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

 span { border-color: rgb(219,5,35); }

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