Html Css Color HEX #D11924 Fire Engine Red

📋 copy color: '#D11924'

red 209 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #D11924

Tints of Fire Engine Red #D11924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 77.41%
G = 9.26%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11924 (or 0xD11924) is known color: Fire Engine Red. HEX triplet: D1, 19 and 24. RGB value is (209,25,36). Sum of RGB (Red+Green+Blue) = 209+25+36=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D11924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11924 is #2EE6DB. Grayscale: #515151. Windows color (decimal): -3073756 or 2365905. OLE color: 2365905.

HSL color Cylindrical-coordinate representation of color #D11924: hue angle of 356.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11924 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 36 -
CMYK 0 0.88 0.83 0.18
HSL 356.41º 0.79% 0.46% -
HSV(B) 356.41º 0.88% 0.82% -
XYZ 26.96 14.38 3.02 -
YUV 81.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 209 25 36 0 0.88 0.83 0.18 356.41 0.79 0.46
Hex D1 19 24 0 58 53 12 164 4F 2E
Octal 321 31 44 0 130 123 22 544 117 56
Binary 11010001 11001 100100 0 1011000 1010011 10010 101100100 1001111 101110

Color Harmonies of #D11924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11924

Black with #D11924

Text Example


Text Example

White with #D11924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11924; }

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

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

background-color css

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

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

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

border-color css

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

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

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