Html Css Color HEX #D11121 Fire Engine Red

📋 copy color: '#D11121'

red 209 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #D11121

Tints of Fire Engine Red #D11121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 80.69%
G = 6.56%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11121 (or 0xD11121) is known color: Fire Engine Red. HEX triplet: D1, 11 and 21. RGB value is (209,17,33). Sum of RGB (Red+Green+Blue) = 209+17+33=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D11121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11121 is #2EEEDE. Grayscale: #4C4C4C. Windows color (decimal): -3075807 or 2167249. OLE color: 2167249.

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

Color convert

RGB 209 17 33 -
CMYK 0 0.92 0.84 0.18
HSL 355º 0.85% 0.44% -
HSV(B) 355º 0.92% 0.82% -
XYZ 26.77 14.07 2.74 -
YUV 76.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 209 17 33 0 0.92 0.84 0.18 355 0.85 0.44
Hex D1 11 21 0 5C 54 12 163 55 2C
Octal 321 21 41 0 134 124 22 543 125 54
Binary 11010001 10001 100001 0 1011100 1010100 10010 101100011 1010101 101100

Color Harmonies of #D11121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11121

Black with #D11121

Text Example


Text Example

White with #D11121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11121; }

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

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

background-color css

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

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

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

border-color css

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

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

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