Html Css Color HEX #D11318 Fire Engine Red

📋 copy color: '#D11318'

red 209 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #D11318

Tints of Fire Engine Red #D11318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 82.94%
G = 7.54%
B = 9.52%

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

#D11318 (or 0xD11318) is known color: Fire Engine Red. HEX triplet: D1, 13 and 18. RGB value is (209,19,24). Sum of RGB (Red+Green+Blue) = 209+19+24=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D11318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11318 is #2EECE7. Grayscale: #4C4C4C. Windows color (decimal): -3075304 or 1577937. OLE color: 1577937.

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

Color convert

RGB 209 19 24 -
CMYK 0 0.91 0.89 0.18
HSL 358.42º 0.83% 0.45% -
HSV(B) 358.42º 0.91% 0.82% -
XYZ 26.69 14.09 2.18 -
YUV 76.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 209 19 24 0 0.91 0.89 0.18 358.42 0.83 0.45
Hex D1 13 18 0 5B 59 12 166 53 2D
Octal 321 23 30 0 133 131 22 546 123 55
Binary 11010001 10011 11000 0 1011011 1011001 10010 101100110 1010011 101101

Color Harmonies of #D11318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11318

Black with #D11318

Text Example


Text Example

White with #D11318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11318; }

 p { color: rgb(209,19,24); }

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

background-color css

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

 a { background-color: rgb(209,19,24); }

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

border-color css

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

 span { border-color: rgb(209,19,24); }

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