Html Css Color HEX #D11524 Fire Engine Red

📋 copy color: '#D11524'

red 209 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #D11524

Tints of Fire Engine Red #D11524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 78.57%
G = 7.89%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11524 (or 0xD11524) is known color: Fire Engine Red. HEX triplet: D1, 15 and 24. RGB value is (209,21,36). Sum of RGB (Red+Green+Blue) = 209+21+36=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11524 is #2EEADB. Grayscale: #4F4F4F. Windows color (decimal): -3074780 or 2364881. OLE color: 2364881.

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

Color convert

RGB 209 21 36 -
CMYK 0 0.90 0.83 0.18
HSL 355.21º 0.82% 0.45% -
HSV(B) 355.21º 0.9% 0.82% -
XYZ 26.88 14.22 3 -
YUV 78.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 209 21 36 0 0.90 0.83 0.18 355.21 0.82 0.45
Hex D1 15 24 0 5A 53 12 163 52 2D
Octal 321 25 44 0 132 123 22 543 122 55
Binary 11010001 10101 100100 0 1011010 1010011 10010 101100011 1010010 101101

Color Harmonies of #D11524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11524

Black with #D11524

Text Example


Text Example

White with #D11524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11524; }

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

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

background-color css

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

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

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

border-color css

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

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

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