Html Css Color HEX #D11419 Fire Engine Red

📋 copy color: '#D11419'

red 209 ◦ green 20 ◦ blue 25

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

Shades of Fire Engine Red #D11419

Tints of Fire Engine Red #D11419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 82.28%
G = 7.87%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D11419 (or 0xD11419) is known color: Fire Engine Red. HEX triplet: D1, 14 and 19. RGB value is (209,20,25). Sum of RGB (Red+Green+Blue) = 209+20+25=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D11419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11419 is #2EEBE6. Grayscale: #4D4D4D. Windows color (decimal): -3075047 or 1643729. OLE color: 1643729.

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

Color convert

RGB 209 20 25 -
CMYK 0 0.90 0.88 0.18
HSL 358.41º 0.83% 0.45% -
HSV(B) 358.41º 0.9% 0.82% -
XYZ 26.72 14.13 2.24 -
YUV 77.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 209 20 25 0 0.90 0.88 0.18 358.41 0.83 0.45
Hex D1 14 19 0 5A 58 12 166 53 2D
Octal 321 24 31 0 132 130 22 546 123 55
Binary 11010001 10100 11001 0 1011010 1011000 10010 101100110 1010011 101101

Color Harmonies of #D11419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11419

Black with #D11419

Text Example


Text Example

White with #D11419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11419; }

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

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

background-color css

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

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

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

border-color css

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

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

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