Html Css Color HEX #D11124 Fire Engine Red

📋 copy color: '#D11124'

red 209 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #D11124

Tints of Fire Engine Red #D11124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

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

R = 79.77%
G = 6.49%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11124 (or 0xD11124) is known color: Fire Engine Red. HEX triplet: D1, 11 and 24. RGB value is (209,17,36). Sum of RGB (Red+Green+Blue) = 209+17+36=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D11124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11124 is #2EEEDB. Grayscale: #4C4C4C. Windows color (decimal): -3075804 or 2363857. OLE color: 2363857.

HSL color Cylindrical-coordinate representation of color #D11124: hue angle of 354.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11124 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 36 -
CMYK 0 0.92 0.83 0.18
HSL 354.06º 0.85% 0.44% -
HSV(B) 354.06º 0.92% 0.82% -
XYZ 26.81 14.08 2.97 -
YUV 76.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 209 17 36 0 0.92 0.83 0.18 354.06 0.85 0.44
Hex D1 11 24 0 5C 53 12 162 55 2C
Octal 321 21 44 0 134 123 22 542 125 54
Binary 11010001 10001 100100 0 1011100 1010011 10010 101100010 1010101 101100

Color Harmonies of #D11124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11124

Black with #D11124

Text Example


Text Example

White with #D11124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11124; }

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

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

background-color css

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

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

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

border-color css

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

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

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