Html Css Color HEX #D11123 Fire Engine Red

📋 copy color: '#D11123'

red 209 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #D11123

Tints of Fire Engine Red #D11123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 80.08%
G = 6.51%
B = 13.41%

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

#D11123 (or 0xD11123) is known color: Fire Engine Red. HEX triplet: D1, 11 and 23. RGB value is (209,17,35). Sum of RGB (Red+Green+Blue) = 209+17+35=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11123 is #2EEEDC. Grayscale: #4C4C4C. Windows color (decimal): -3075805 or 2298321. OLE color: 2298321.

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

Color convert

RGB 209 17 35 -
CMYK 0 0.92 0.83 0.18
HSL 354.38º 0.85% 0.44% -
HSV(B) 354.38º 0.92% 0.82% -
XYZ 26.8 14.08 2.89 -
YUV 76.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 209 17 35 0 0.92 0.83 0.18 354.38 0.85 0.44
Hex D1 11 23 0 5C 53 12 162 55 2C
Octal 321 21 43 0 134 123 22 542 125 54
Binary 11010001 10001 100011 0 1011100 1010011 10010 101100010 1010101 101100

Color Harmonies of #D11123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11123

Black with #D11123

Text Example


Text Example

White with #D11123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11123; }

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

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

background-color css

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

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

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

border-color css

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

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

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