Html Css Color HEX #D11528 Fire Engine Red

📋 copy color: '#D11528'

red 209 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #D11528

Tints of Fire Engine Red #D11528

RGB

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

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

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

R = 77.41%
G = 7.78%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11528 (or 0xD11528) is known color: Fire Engine Red. HEX triplet: D1, 15 and 28. RGB value is (209,21,40). Sum of RGB (Red+Green+Blue) = 209+21+40=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D11528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11528 is #2EEAD7. Grayscale: #4F4F4F. Windows color (decimal): -3074776 or 2627025. OLE color: 2627025.

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

Color convert

RGB 209 21 40 -
CMYK 0 0.90 0.81 0.18
HSL 353.94º 0.82% 0.45% -
HSV(B) 353.94º 0.9% 0.82% -
XYZ 26.95 14.24 3.34 -
YUV 79.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 209 21 40 0 0.90 0.81 0.18 353.94 0.82 0.45
Hex D1 15 28 0 5A 51 12 162 52 2D
Octal 321 25 50 0 132 121 22 542 122 55
Binary 11010001 10101 101000 0 1011010 1010001 10010 101100010 1010010 101101

Color Harmonies of #D11528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11528

Black with #D11528

Text Example


Text Example

White with #D11528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11528; }

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

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

background-color css

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

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

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

border-color css

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

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

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