Html Css Color HEX #D11728 Fire Engine Red

📋 copy color: '#D11728'

red 209 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #D11728

Tints of Fire Engine Red #D11728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 76.84%
G = 8.46%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11728 (or 0xD11728) is known color: Fire Engine Red. HEX triplet: D1, 17 and 28. RGB value is (209,23,40). Sum of RGB (Red+Green+Blue) = 209+23+40=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D11728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11728 is #2EE8D7. Grayscale: #505050. Windows color (decimal): -3074264 or 2627537. OLE color: 2627537.

HSL color Cylindrical-coordinate representation of color #D11728: hue angle of 354.52º degrees, saturation: 0.8, 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 #D11728 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 40 -
CMYK 0 0.89 0.81 0.18
HSL 354.52º 0.8% 0.45% -
HSV(B) 354.52º 0.89% 0.82% -
XYZ 26.98 14.32 3.35 -
YUV 80.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 209 23 40 0 0.89 0.81 0.18 354.52 0.8 0.45
Hex D1 17 28 0 59 51 12 163 50 2D
Octal 321 27 50 0 131 121 22 543 120 55
Binary 11010001 10111 101000 0 1011001 1010001 10010 101100011 1010000 101101

Color Harmonies of #D11728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11728

Black with #D11728

Text Example


Text Example

White with #D11728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11728; }

 p { color: rgb(209,23,40); }

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

background-color css

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

 a { background-color: rgb(209,23,40); }

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

border-color css

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

 span { border-color: rgb(209,23,40); }

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