Html Css Color HEX #D11415 Fire Engine Red

📋 copy color: '#D11415'

red 209 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #D11415

Tints of Fire Engine Red #D11415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 83.6%
G = 8%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11415 (or 0xD11415) is known color: Fire Engine Red. HEX triplet: D1, 14 and 15. RGB value is (209,20,21). Sum of RGB (Red+Green+Blue) = 209+20+21=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D11415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11415 is #2EEBEA. Grayscale: #4C4C4C. Windows color (decimal): -3075051 or 1381585. OLE color: 1381585.

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

Color convert

RGB 209 20 21 -
CMYK 0 0.90 0.90 0.18
HSL 359.68º 0.83% 0.45% -
HSV(B) 359.68º 0.9% 0.82% -
XYZ 26.68 14.11 2.03 -
YUV 76.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 209 20 21 0 0.90 0.90 0.18 359.68 0.83 0.45
Hex D1 14 15 0 5A 5A 12 168 53 2D
Octal 321 24 25 0 132 132 22 550 123 55
Binary 11010001 10100 10101 0 1011010 1011010 10010 101101000 1010011 101101

Color Harmonies of #D11415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11415

Black with #D11415

Text Example


Text Example

White with #D11415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11415; }

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

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

background-color css

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

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

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

border-color css

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

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

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