Html Css Color HEX #D11521 Fire Engine Red

📋 copy color: '#D11521'

red 209 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #D11521

Tints of Fire Engine Red #D11521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 79.47%
G = 7.98%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11521 (or 0xD11521) is known color: Fire Engine Red. HEX triplet: D1, 15 and 21. RGB value is (209,21,33). Sum of RGB (Red+Green+Blue) = 209+21+33=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D11521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11521 is #2EEADE. Grayscale: #4E4E4E. Windows color (decimal): -3074783 or 2168273. OLE color: 2168273.

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

Color convert

RGB 209 21 33 -
CMYK 0 0.90 0.84 0.18
HSL 356.17º 0.82% 0.45% -
HSV(B) 356.17º 0.9% 0.82% -
XYZ 26.84 14.2 2.77 -
YUV 78.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 209 21 33 0 0.90 0.84 0.18 356.17 0.82 0.45
Hex D1 15 21 0 5A 54 12 164 52 2D
Octal 321 25 41 0 132 124 22 544 122 55
Binary 11010001 10101 100001 0 1011010 1010100 10010 101100100 1010010 101101

Color Harmonies of #D11521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11521

Black with #D11521

Text Example


Text Example

White with #D11521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11521; }

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

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

background-color css

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

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

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

border-color css

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

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

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