Html Css Color HEX #D11629 Fire Engine Red

📋 copy color: '#D11629'

red 209 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #D11629

Tints of Fire Engine Red #D11629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 76.84%
G = 8.09%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11629 (or 0xD11629) is known color: Fire Engine Red. HEX triplet: D1, 16 and 29. RGB value is (209,22,41). Sum of RGB (Red+Green+Blue) = 209+22+41=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D11629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11629 is #2EE9D6. Grayscale: #505050. Windows color (decimal): -3074519 or 2692817. OLE color: 2692817.

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

Color convert

RGB 209 22 41 -
CMYK 0 0.89 0.80 0.18
HSL 353.9º 0.81% 0.45% -
HSV(B) 353.9º 0.89% 0.82% -
XYZ 26.98 14.29 3.43 -
YUV 80.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 209 22 41 0 0.89 0.80 0.18 353.9 0.81 0.45
Hex D1 16 29 0 59 50 12 162 51 2D
Octal 321 26 51 0 131 120 22 542 121 55
Binary 11010001 10110 101001 0 1011001 1010000 10010 101100010 1010001 101101

Color Harmonies of #D11629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11629

Black with #D11629

Text Example


Text Example

White with #D11629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11629; }

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

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

background-color css

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

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

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

border-color css

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

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

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