Html Css Color HEX #D71825 Fire Engine Red

📋 copy color: '#D71825'

red 215 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #D71825

Tints of Fire Engine Red #D71825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 77.9%
G = 8.7%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71825 (or 0xD71825) is known color: Fire Engine Red. HEX triplet: D7, 18 and 25. RGB value is (215,24,37). Sum of RGB (Red+Green+Blue) = 215+24+37=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D71825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71825 is #28E7DA. Grayscale: #525252. Windows color (decimal): -2680795 or 2431191. OLE color: 2431191.

HSL color Cylindrical-coordinate representation of color #D71825: hue angle of 355.92º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71825 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 24 37 -
CMYK 0 0.89 0.83 0.16
HSL 355.92º 0.8% 0.47% -
HSV(B) 355.92º 0.89% 0.84% -
XYZ 28.68 15.23 3.18 -
YUV 82.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 215 24 37 0 0.89 0.83 0.16 355.92 0.8 0.47
Hex D7 18 25 0 59 53 10 164 50 2F
Octal 327 30 45 0 131 123 20 544 120 57
Binary 11010111 11000 100101 0 1011001 1010011 10000 101100100 1010000 101111

Color Harmonies of #D71825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71825

Black with #D71825

Text Example


Text Example

White with #D71825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71825; }

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

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

background-color css

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

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

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

border-color css

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

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

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