Html Css Color HEX #D71124 Fire Engine Red

📋 copy color: '#D71124'

red 215 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #D71124

Tints of Fire Engine Red #D71124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 80.22%
G = 6.34%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71124 (or 0xD71124) is known color: Fire Engine Red. HEX triplet: D7, 11 and 24. RGB value is (215,17,36). Sum of RGB (Red+Green+Blue) = 215+17+36=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D71124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71124 is #28EEDB. Grayscale: #4E4E4E. Windows color (decimal): -2682588 or 2363863. OLE color: 2363863.

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

Color convert

RGB 215 17 36 -
CMYK 0 0.92 0.83 0.16
HSL 354.24º 0.85% 0.45% -
HSV(B) 354.24º 0.92% 0.84% -
XYZ 28.54 14.98 3.06 -
YUV 78.37 104.1 225.46 -
System Red Green Blue C M Y K H S L
Decimal 215 17 36 0 0.92 0.83 0.16 354.24 0.85 0.45
Hex D7 11 24 0 5C 53 10 162 55 2D
Octal 327 21 44 0 134 123 20 542 125 55
Binary 11010111 10001 100100 0 1011100 1010011 10000 101100010 1010101 101101

Color Harmonies of #D71124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71124

Black with #D71124

Text Example


Text Example

White with #D71124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71124; }

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

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

background-color css

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

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

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

border-color css

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

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

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