Html Css Color HEX #D11929 Fire Engine Red

📋 copy color: '#D11929'

red 209 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #D11929

Tints of Fire Engine Red #D11929

RGB

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

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

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

R = 76%
G = 9.09%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11929 (or 0xD11929) is known color: Fire Engine Red. HEX triplet: D1, 19 and 29. RGB value is (209,25,41). Sum of RGB (Red+Green+Blue) = 209+25+41=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D11929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11929 is #2EE6D6. Grayscale: #515151. Windows color (decimal): -3073751 or 2693585. OLE color: 2693585.

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

Color convert

RGB 209 25 41 -
CMYK 0 0.88 0.80 0.18
HSL 354.78º 0.79% 0.46% -
HSV(B) 354.78º 0.88% 0.82% -
XYZ 27.04 14.41 3.45 -
YUV 81.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 209 25 41 0 0.88 0.80 0.18 354.78 0.79 0.46
Hex D1 19 29 0 58 50 12 163 4F 2E
Octal 321 31 51 0 130 120 22 543 117 56
Binary 11010001 11001 101001 0 1011000 1010000 10010 101100011 1001111 101110

Color Harmonies of #D11929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11929

Black with #D11929

Text Example


Text Example

White with #D11929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11929; }

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

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

background-color css

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

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

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

border-color css

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

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

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