Html Css Color HEX #DB0A28 Fire Engine Red

📋 copy color: '#DB0A28'

red 219 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #DB0A28

Tints of Fire Engine Red #DB0A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

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

R = 81.41%
G = 3.72%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0A28 (or 0xDB0A28) is known color: Fire Engine Red. HEX triplet: DB, 0A and 28. RGB value is (219,10,40). Sum of RGB (Red+Green+Blue) = 219+10+40=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0A28 is #24F5D7. Grayscale: #4C4C4C. Windows color (decimal): -2422232 or 2624219. OLE color: 2624219.

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

Color convert

RGB 219 10 40 -
CMYK 0 0.95 0.82 0.14
HSL 351.39º 0.91% 0.45% -
HSV(B) 351.39º 0.95% 0.86% -
XYZ 29.7 15.43 3.42 -
YUV 75.91 107.74 230.06 -
System Red Green Blue C M Y K H S L
Decimal 219 10 40 0 0.95 0.82 0.14 351.39 0.91 0.45
Hex DB A 28 0 5F 52 E 15F 5B 2D
Octal 333 12 50 0 137 122 16 537 133 55
Binary 11011011 1010 101000 0 1011111 1010010 1110 101011111 1011011 101101

Color Harmonies of #DB0A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0A28

Black with #DB0A28

Text Example


Text Example

White with #DB0A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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