Html Css Color HEX #DB1B21 Fire Engine Red

📋 copy color: '#DB1B21'

red 219 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #DB1B21

Tints of Fire Engine Red #DB1B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 78.49%
G = 9.68%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB1B21 (or 0xDB1B21) is known color: Fire Engine Red. HEX triplet: DB, 1B and 21. RGB value is (219,27,33). Sum of RGB (Red+Green+Blue) = 219+27+33=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B21 is #24E4DE. Grayscale: #555555. Windows color (decimal): -2417887 or 2169819. OLE color: 2169819.

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

Color convert

RGB 219 27 33 -
CMYK 0 0.88 0.85 0.14
HSL 358.13º 0.78% 0.48% -
HSV(B) 358.13º 0.88% 0.86% -
XYZ 29.88 15.95 2.94 -
YUV 85.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 219 27 33 0 0.88 0.85 0.14 358.13 0.78 0.48
Hex DB 1B 21 0 58 55 E 166 4E 30
Octal 333 33 41 0 130 125 16 546 116 60
Binary 11011011 11011 100001 0 1011000 1010101 1110 101100110 1001110 110000

Color Harmonies of #DB1B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B21

Black with #DB1B21

Text Example


Text Example

White with #DB1B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B21; }

 p { color: rgb(219,27,33); }

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

background-color css

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

 a { background-color: rgb(219,27,33); }

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

border-color css

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

 span { border-color: rgb(219,27,33); }

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