Html Css Color HEX #DB1223 Fire Engine Red

📋 copy color: '#DB1223'

red 219 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #DB1223

Tints of Fire Engine Red #DB1223

RGB

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

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

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

R = 80.51%
G = 6.62%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1223 (or 0xDB1223) is known color: Fire Engine Red. HEX triplet: DB, 12 and 23. RGB value is (219,18,35). Sum of RGB (Red+Green+Blue) = 219+18+35=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1223 is #24EDDC. Grayscale: #505050. Windows color (decimal): -2420189 or 2298587. OLE color: 2298587.

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

Color convert

RGB 219 18 35 -
CMYK 0 0.92 0.84 0.14
HSL 354.93º 0.85% 0.46% -
HSV(B) 354.93º 0.92% 0.86% -
XYZ 29.73 15.61 3.04 -
YUV 80.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 219 18 35 0 0.92 0.84 0.14 354.93 0.85 0.46
Hex DB 12 23 0 5C 54 E 163 55 2E
Octal 333 22 43 0 134 124 16 543 125 56
Binary 11011011 10010 100011 0 1011100 1010100 1110 101100011 1010101 101110

Color Harmonies of #DB1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1223

Black with #DB1223

Text Example


Text Example

White with #DB1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1223; }

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

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

background-color css

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

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

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

border-color css

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

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

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