Html Css Color HEX #D11429 Fire Engine Red

📋 copy color: '#D11429'

red 209 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #D11429

Tints of Fire Engine Red #D11429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 77.41%
G = 7.41%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11429 (or 0xD11429) is known color: Fire Engine Red. HEX triplet: D1, 14 and 29. RGB value is (209,20,41). Sum of RGB (Red+Green+Blue) = 209+20+41=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D11429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11429 is #2EEBD6. Grayscale: #4F4F4F. Windows color (decimal): -3075031 or 2692305. OLE color: 2692305.

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

Color convert

RGB 209 20 41 -
CMYK 0 0.90 0.80 0.18
HSL 353.33º 0.83% 0.45% -
HSV(B) 353.33º 0.9% 0.82% -
XYZ 26.94 14.22 3.42 -
YUV 78.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 209 20 41 0 0.90 0.80 0.18 353.33 0.83 0.45
Hex D1 14 29 0 5A 50 12 161 53 2D
Octal 321 24 51 0 132 120 22 541 123 55
Binary 11010001 10100 101001 0 1011010 1010000 10010 101100001 1010011 101101

Color Harmonies of #D11429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11429

Black with #D11429

Text Example


Text Example

White with #D11429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11429; }

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

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

background-color css

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

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

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

border-color css

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

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

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