Html Css Color HEX #D11517 Fire Engine Red

📋 copy color: '#D11517'

red 209 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #D11517

Tints of Fire Engine Red #D11517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 82.61%
G = 8.3%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D11517 (or 0xD11517) is known color: Fire Engine Red. HEX triplet: D1, 15 and 17. RGB value is (209,21,23). Sum of RGB (Red+Green+Blue) = 209+21+23=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D11517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11517 is #2EEAE8. Grayscale: #4D4D4D. Windows color (decimal): -3074793 or 1512913. OLE color: 1512913.

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

Color convert

RGB 209 21 23 -
CMYK 0 0.90 0.89 0.18
HSL 359.36º 0.82% 0.45% -
HSV(B) 359.36º 0.9% 0.82% -
XYZ 26.72 14.15 2.13 -
YUV 77.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 209 21 23 0 0.90 0.89 0.18 359.36 0.82 0.45
Hex D1 15 17 0 5A 59 12 167 52 2D
Octal 321 25 27 0 132 131 22 547 122 55
Binary 11010001 10101 10111 0 1011010 1011001 10010 101100111 1010010 101101

Color Harmonies of #D11517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11517

Black with #D11517

Text Example


Text Example

White with #D11517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11517; }

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

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

background-color css

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

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

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

border-color css

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

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

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