Html Css Color HEX #DB0428 Fire Engine Red

📋 copy color: '#DB0428'

red 219 ◦ green 4 ◦ blue 40

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

Shades of Fire Engine Red #DB0428

Tints of Fire Engine Red #DB0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 83.27%
G = 1.52%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0428 (or 0xDB0428) is known color: Fire Engine Red. HEX triplet: DB, 04 and 28. RGB value is (219,4,40). Sum of RGB (Red+Green+Blue) = 219+4+40=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0428 is #24FBD7. Grayscale: #484848. Windows color (decimal): -2423768 or 2622683. OLE color: 2622683.

HSL color Cylindrical-coordinate representation of color #DB0428: hue angle of 349.95º 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 #DB0428 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 40 -
CMYK 0 0.98 0.82 0.14
HSL 349.95º 0.96% 0.44% -
HSV(B) 349.95º 0.98% 0.86% -
XYZ 29.64 15.3 3.4 -
YUV 72.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 219 4 40 0 0.98 0.82 0.14 349.95 0.96 0.44
Hex DB 4 28 0 62 52 E 15E 60 2C
Octal 333 4 50 0 142 122 16 536 140 54
Binary 11011011 100 101000 0 1100010 1010010 1110 101011110 1100000 101100

Color Harmonies of #DB0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0428

Black with #DB0428

Text Example


Text Example

White with #DB0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0428; }

 p { color: rgb(219,4,40); }

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

background-color css

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

 a { background-color: rgb(219,4,40); }

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

border-color css

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

 span { border-color: rgb(219,4,40); }

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