Html Css Color HEX #D11424 Fire Engine Red

📋 copy color: '#D11424'

red 209 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #D11424

Tints of Fire Engine Red #D11424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 78.87%
G = 7.55%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11424 (or 0xD11424) is known color: Fire Engine Red. HEX triplet: D1, 14 and 24. RGB value is (209,20,36). Sum of RGB (Red+Green+Blue) = 209+20+36=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11424 is #2EEBDB. Grayscale: #4E4E4E. Windows color (decimal): -3075036 or 2364625. OLE color: 2364625.

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

Color convert

RGB 209 20 36 -
CMYK 0 0.90 0.83 0.18
HSL 354.92º 0.83% 0.45% -
HSV(B) 354.92º 0.9% 0.82% -
XYZ 26.86 14.18 2.99 -
YUV 78.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 209 20 36 0 0.90 0.83 0.18 354.92 0.83 0.45
Hex D1 14 24 0 5A 53 12 163 53 2D
Octal 321 24 44 0 132 123 22 543 123 55
Binary 11010001 10100 100100 0 1011010 1010011 10010 101100011 1010011 101101

Color Harmonies of #D11424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11424

Black with #D11424

Text Example


Text Example

White with #D11424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11424; }

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

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

background-color css

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

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

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

border-color css

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

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

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