Html Css Color HEX #D71128 Fire Engine Red

📋 copy color: '#D71128'

red 215 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #D71128

Tints of Fire Engine Red #D71128

RGB

 RED value IS 215 (84.38% from 255) = 79.04%

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 79.04%
G = 6.25%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D71128 (or 0xD71128) is known color: Fire Engine Red. HEX triplet: D7, 11 and 28. RGB value is (215,17,40). Sum of RGB (Red+Green+Blue) = 215+17+40=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71128 is #28EED7. Grayscale: #4E4E4E. Windows color (decimal): -2682584 or 2626007. OLE color: 2626007.

HSL color Cylindrical-coordinate representation of color #D71128: hue angle of 353.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71128 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 40 -
CMYK 0 0.92 0.81 0.16
HSL 353.03º 0.85% 0.45% -
HSV(B) 353.03º 0.92% 0.84% -
XYZ 28.61 15 3.4 -
YUV 78.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 215 17 40 0 0.92 0.81 0.16 353.03 0.85 0.45
Hex D7 11 28 0 5C 51 10 161 55 2D
Octal 327 21 50 0 134 121 20 541 125 55
Binary 11010111 10001 101000 0 1011100 1010001 10000 101100001 1010101 101101

Color Harmonies of #D71128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71128

Black with #D71128

Text Example


Text Example

White with #D71128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71128; }

 p { color: rgb(215,17,40); }

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

background-color css

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

 a { background-color: rgb(215,17,40); }

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

border-color css

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

 span { border-color: rgb(215,17,40); }

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