Html Css Color HEX #D11128 Fire Engine Red

📋 copy color: '#D11128'

red 209 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #D11128

Tints of Fire Engine Red #D11128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 78.57%
G = 6.39%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11128 (or 0xD11128) is known color: Fire Engine Red. HEX triplet: D1, 11 and 28. RGB value is (209,17,40). Sum of RGB (Red+Green+Blue) = 209+17+40=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11128 is #2EEED7. Grayscale: #4D4D4D. Windows color (decimal): -3075800 or 2626001. OLE color: 2626001.

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

Color convert

RGB 209 17 40 -
CMYK 0 0.92 0.81 0.18
HSL 352.81º 0.85% 0.44% -
HSV(B) 352.81º 0.92% 0.82% -
XYZ 26.88 14.11 3.31 -
YUV 77.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 209 17 40 0 0.92 0.81 0.18 352.81 0.85 0.44
Hex D1 11 28 0 5C 51 12 161 55 2C
Octal 321 21 50 0 134 121 22 541 125 54
Binary 11010001 10001 101000 0 1011100 1010001 10010 101100001 1010101 101100

Color Harmonies of #D11128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11128

Black with #D11128

Text Example


Text Example

White with #D11128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11128; }

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

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

background-color css

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

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

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

border-color css

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

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

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