Html Css Color HEX #D11329 Fire Engine Red

📋 copy color: '#D11329'

red 209 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #D11329

Tints of Fire Engine Red #D11329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 77.7%
G = 7.06%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11329 (or 0xD11329) is known color: Fire Engine Red. HEX triplet: D1, 13 and 29. RGB value is (209,19,41). Sum of RGB (Red+Green+Blue) = 209+19+41=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D11329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11329 is #2EECD6. Grayscale: #4E4E4E. Windows color (decimal): -3075287 or 2692049. OLE color: 2692049.

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

Color convert

RGB 209 19 41 -
CMYK 0 0.91 0.80 0.18
HSL 353.05º 0.83% 0.45% -
HSV(B) 353.05º 0.91% 0.82% -
XYZ 26.93 14.18 3.42 -
YUV 78.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 209 19 41 0 0.91 0.80 0.18 353.05 0.83 0.45
Hex D1 13 29 0 5B 50 12 161 53 2D
Octal 321 23 51 0 133 120 22 541 123 55
Binary 11010001 10011 101001 0 1011011 1010000 10010 101100001 1010011 101101

Color Harmonies of #D11329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11329

Black with #D11329

Text Example


Text Example

White with #D11329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11329; }

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

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

background-color css

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

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

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

border-color css

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

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

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