Html Css Color HEX #D71525 Fire Engine Red

📋 copy color: '#D71525'

red 215 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #D71525

Tints of Fire Engine Red #D71525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 78.75%
G = 7.69%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71525 (or 0xD71525) is known color: Fire Engine Red. HEX triplet: D7, 15 and 25. RGB value is (215,21,37). Sum of RGB (Red+Green+Blue) = 215+21+37=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71525 is #28EADA. Grayscale: #505050. Windows color (decimal): -2681563 or 2430423. OLE color: 2430423.

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

Color convert

RGB 215 21 37 -
CMYK 0 0.90 0.83 0.16
HSL 355.05º 0.82% 0.46% -
HSV(B) 355.05º 0.9% 0.84% -
XYZ 28.63 15.12 3.16 -
YUV 80.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 215 21 37 0 0.90 0.83 0.16 355.05 0.82 0.46
Hex D7 15 25 0 5A 53 10 163 52 2E
Octal 327 25 45 0 132 123 20 543 122 56
Binary 11010111 10101 100101 0 1011010 1010011 10000 101100011 1010010 101110

Color Harmonies of #D71525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71525

Black with #D71525

Text Example


Text Example

White with #D71525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71525; }

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

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

background-color css

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

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

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

border-color css

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

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

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