Html Css Color HEX #D71528 Fire Engine Red

📋 copy color: '#D71528'

red 215 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #D71528

Tints of Fire Engine Red #D71528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 77.9%
G = 7.61%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D71528 (or 0xD71528) is known color: Fire Engine Red. HEX triplet: D7, 15 and 28. RGB value is (215,21,40). Sum of RGB (Red+Green+Blue) = 215+21+40=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D71528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71528 is #28EAD7. Grayscale: #515151. Windows color (decimal): -2681560 or 2627031. OLE color: 2627031.

HSL color Cylindrical-coordinate representation of color #D71528: hue angle of 354.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71528 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 40 -
CMYK 0 0.90 0.81 0.16
HSL 354.12º 0.82% 0.46% -
HSV(B) 354.12º 0.9% 0.84% -
XYZ 28.68 15.14 3.42 -
YUV 81.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 215 21 40 0 0.90 0.81 0.16 354.12 0.82 0.46
Hex D7 15 28 0 5A 51 10 162 52 2E
Octal 327 25 50 0 132 121 20 542 122 56
Binary 11010111 10101 101000 0 1011010 1010001 10000 101100010 1010010 101110

Color Harmonies of #D71528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71528

Black with #D71528

Text Example


Text Example

White with #D71528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71528; }

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

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

background-color css

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

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

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

border-color css

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

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

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