Html Css Color HEX #D11529 Fire Engine Red

📋 copy color: '#D11529'

red 209 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D11529

Tints of Fire Engine Red #D11529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 77.12%
G = 7.75%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11529 (or 0xD11529) is known color: Fire Engine Red. HEX triplet: D1, 15 and 29. RGB value is (209,21,41). Sum of RGB (Red+Green+Blue) = 209+21+41=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D11529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11529 is #2EEAD6. Grayscale: #4F4F4F. Windows color (decimal): -3074775 or 2692561. OLE color: 2692561.

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

Color convert

RGB 209 21 41 -
CMYK 0 0.90 0.80 0.18
HSL 353.62º 0.82% 0.45% -
HSV(B) 353.62º 0.9% 0.82% -
XYZ 26.96 14.25 3.43 -
YUV 79.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 209 21 41 0 0.90 0.80 0.18 353.62 0.82 0.45
Hex D1 15 29 0 5A 50 12 162 52 2D
Octal 321 25 51 0 132 120 22 542 122 55
Binary 11010001 10101 101001 0 1011010 1010000 10010 101100010 1010010 101101

Color Harmonies of #D11529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11529

Black with #D11529

Text Example


Text Example

White with #D11529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11529; }

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

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

background-color css

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

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

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

border-color css

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

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

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