Html Css Color HEX #DB1213 Fire Engine Red

📋 copy color: '#DB1213'

red 219 ◦ green 18 ◦ blue 19

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

Shades of Fire Engine Red #DB1213

Tints of Fire Engine Red #DB1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 85.55%
G = 7.03%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1213 (or 0xDB1213) is known color: Fire Engine Red. HEX triplet: DB, 12 and 13. RGB value is (219,18,19). Sum of RGB (Red+Green+Blue) = 219+18+19=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1213 is #24EDEC. Grayscale: #4E4E4E. Windows color (decimal): -2420205 or 1250011. OLE color: 1250011.

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

Color convert

RGB 219 18 19 -
CMYK 0 0.92 0.91 0.14
HSL 359.7º 0.85% 0.46% -
HSV(B) 359.7º 0.92% 0.86% -
XYZ 29.55 15.54 2.06 -
YUV 78.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 219 18 19 0 0.92 0.91 0.14 359.7 0.85 0.46
Hex DB 12 13 0 5C 5B E 168 55 2E
Octal 333 22 23 0 134 133 16 550 125 56
Binary 11011011 10010 10011 0 1011100 1011011 1110 101101000 1010101 101110

Color Harmonies of #DB1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1213

Black with #DB1213

Text Example


Text Example

White with #DB1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1213; }

 p { color: rgb(219,18,19); }

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

background-color css

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

 a { background-color: rgb(219,18,19); }

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

border-color css

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

 span { border-color: rgb(219,18,19); }

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