Html Css Color HEX #D11215 Fire Engine Red

📋 copy color: '#D11215'

red 209 ◦ green 18 ◦ blue 21

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

Shades of Fire Engine Red #D11215

Tints of Fire Engine Red #D11215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 84.27%
G = 7.26%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11215 (or 0xD11215) is known color: Fire Engine Red. HEX triplet: D1, 12 and 15. RGB value is (209,18,21). Sum of RGB (Red+Green+Blue) = 209+18+21=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D11215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11215 is #2EEDEA. Grayscale: #4B4B4B. Windows color (decimal): -3075563 or 1381073. OLE color: 1381073.

HSL color Cylindrical-coordinate representation of color #D11215: hue angle of 359.06º 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 #D11215 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 21 -
CMYK 0 0.91 0.90 0.18
HSL 359.06º 0.84% 0.45% -
HSV(B) 359.06º 0.91% 0.82% -
XYZ 26.65 14.04 2.02 -
YUV 75.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 209 18 21 0 0.91 0.90 0.18 359.06 0.84 0.45
Hex D1 12 15 0 5B 5A 12 167 54 2D
Octal 321 22 25 0 133 132 22 547 124 55
Binary 11010001 10010 10101 0 1011011 1011010 10010 101100111 1010100 101101

Color Harmonies of #D11215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11215

Black with #D11215

Text Example


Text Example

White with #D11215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11215; }

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

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

background-color css

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

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

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

border-color css

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

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

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