Html Css Color HEX #D71126 Fire Engine Red

📋 copy color: '#D71126'

red 215 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #D71126

Tints of Fire Engine Red #D71126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 79.63%
G = 6.3%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D71126 (or 0xD71126) is known color: Fire Engine Red. HEX triplet: D7, 11 and 26. RGB value is (215,17,38). Sum of RGB (Red+Green+Blue) = 215+17+38=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D71126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71126 is #28EED9. Grayscale: #4E4E4E. Windows color (decimal): -2682586 or 2494935. OLE color: 2494935.

HSL color Cylindrical-coordinate representation of color #D71126: hue angle of 353.64º 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 #D71126 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 38 -
CMYK 0 0.92 0.82 0.16
HSL 353.64º 0.85% 0.45% -
HSV(B) 353.64º 0.92% 0.84% -
XYZ 28.57 14.99 3.22 -
YUV 78.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 215 17 38 0 0.92 0.82 0.16 353.64 0.85 0.45
Hex D7 11 26 0 5C 52 10 162 55 2D
Octal 327 21 46 0 134 122 20 542 125 55
Binary 11010111 10001 100110 0 1011100 1010010 10000 101100010 1010101 101101

Color Harmonies of #D71126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71126

Black with #D71126

Text Example


Text Example

White with #D71126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71126; }

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

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

background-color css

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

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

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

border-color css

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

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

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