Html Css Color HEX #D11219 Fire Engine Red

📋 copy color: '#D11219'

red 209 ◦ green 18 ◦ blue 25

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

Shades of Fire Engine Red #D11219

Tints of Fire Engine Red #D11219

RGB

 RED value IS 209 (82.03% from 255) = 82.94%

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 82.94%
G = 7.14%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D11219 (or 0xD11219) is known color: Fire Engine Red. HEX triplet: D1, 12 and 19. RGB value is (209,18,25). Sum of RGB (Red+Green+Blue) = 209+18+25=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D11219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11219 is #2EEDE6. Grayscale: #4C4C4C. Windows color (decimal): -3075559 or 1643217. OLE color: 1643217.

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

Color convert

RGB 209 18 25 -
CMYK 0 0.91 0.88 0.18
HSL 357.8º 0.84% 0.45% -
HSV(B) 357.8º 0.91% 0.82% -
XYZ 26.69 14.06 2.23 -
YUV 75.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 209 18 25 0 0.91 0.88 0.18 357.8 0.84 0.45
Hex D1 12 19 0 5B 58 12 166 54 2D
Octal 321 22 31 0 133 130 22 546 124 55
Binary 11010001 10010 11001 0 1011011 1011000 10010 101100110 1010100 101101

Color Harmonies of #D11219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11219

Black with #D11219

Text Example


Text Example

White with #D11219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11219; }

 p { color: rgb(209,18,25); }

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

background-color css

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

 a { background-color: rgb(209,18,25); }

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

border-color css

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

 span { border-color: rgb(209,18,25); }

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