Html Css Color HEX #D11316 Fire Engine Red

📋 copy color: '#D11316'

red 209 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #D11316

Tints of Fire Engine Red #D11316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 83.6%
G = 7.6%
B = 8.8%

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

#D11316 (or 0xD11316) is known color: Fire Engine Red. HEX triplet: D1, 13 and 16. RGB value is (209,19,22). Sum of RGB (Red+Green+Blue) = 209+19+22=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D11316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11316 is #2EECE9. Grayscale: #4C4C4C. Windows color (decimal): -3075306 or 1446865. OLE color: 1446865.

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

Color convert

RGB 209 19 22 -
CMYK 0 0.91 0.89 0.18
HSL 359.05º 0.83% 0.45% -
HSV(B) 359.05º 0.91% 0.82% -
XYZ 26.67 14.08 2.07 -
YUV 76.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 209 19 22 0 0.91 0.89 0.18 359.05 0.83 0.45
Hex D1 13 16 0 5B 59 12 167 53 2D
Octal 321 23 26 0 133 131 22 547 123 55
Binary 11010001 10011 10110 0 1011011 1011001 10010 101100111 1010011 101101

Color Harmonies of #D11316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11316

Black with #D11316

Text Example


Text Example

White with #D11316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11316; }

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

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

background-color css

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

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

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

border-color css

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

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

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