Html Css Color HEX #DB1227 Fire Engine Red

📋 copy color: '#DB1227'

red 219 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #DB1227

Tints of Fire Engine Red #DB1227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 79.35%
G = 6.52%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB1227 (or 0xDB1227) is known color: Fire Engine Red. HEX triplet: DB, 12 and 27. RGB value is (219,18,39). Sum of RGB (Red+Green+Blue) = 219+18+39=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1227 is #24EDD8. Grayscale: #505050. Windows color (decimal): -2420185 or 2560731. OLE color: 2560731.

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

Color convert

RGB 219 18 39 -
CMYK 0 0.92 0.82 0.14
HSL 353.73º 0.85% 0.46% -
HSV(B) 353.73º 0.92% 0.86% -
XYZ 29.8 15.64 3.37 -
YUV 80.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 219 18 39 0 0.92 0.82 0.14 353.73 0.85 0.46
Hex DB 12 27 0 5C 52 E 162 55 2E
Octal 333 22 47 0 134 122 16 542 125 56
Binary 11011011 10010 100111 0 1011100 1010010 1110 101100010 1010101 101110

Color Harmonies of #DB1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1227

Black with #DB1227

Text Example


Text Example

White with #DB1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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