Html Css Color HEX #D11217 Fire Engine Red

📋 copy color: '#D11217'

red 209 ◦ green 18 ◦ blue 23

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

Shades of Fire Engine Red #D11217

Tints of Fire Engine Red #D11217

RGB

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

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

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

R = 83.6%
G = 7.2%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D11217 (or 0xD11217) is known color: Fire Engine Red. HEX triplet: D1, 12 and 17. RGB value is (209,18,23). Sum of RGB (Red+Green+Blue) = 209+18+23=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D11217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11217 is #2EEDE8. Grayscale: #4B4B4B. Windows color (decimal): -3075561 or 1512145. OLE color: 1512145.

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

Color convert

RGB 209 18 23 -
CMYK 0 0.91 0.89 0.18
HSL 358.43º 0.84% 0.45% -
HSV(B) 358.43º 0.91% 0.82% -
XYZ 26.67 14.05 2.12 -
YUV 75.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 209 18 23 0 0.91 0.89 0.18 358.43 0.84 0.45
Hex D1 12 17 0 5B 59 12 166 54 2D
Octal 321 22 27 0 133 131 22 546 124 55
Binary 11010001 10010 10111 0 1011011 1011001 10010 101100110 1010100 101101

Color Harmonies of #D11217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11217

Black with #D11217

Text Example


Text Example

White with #D11217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11217; }

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

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

background-color css

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

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

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

border-color css

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

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

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