Html Css Color HEX #D71925 Fire Engine Red

📋 copy color: '#D71925'

red 215 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #D71925

Tints of Fire Engine Red #D71925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 77.62%
G = 9.03%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71925 (or 0xD71925) is known color: Fire Engine Red. HEX triplet: D7, 19 and 25. RGB value is (215,25,37). Sum of RGB (Red+Green+Blue) = 215+25+37=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D71925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71925 is #28E6DA. Grayscale: #535353. Windows color (decimal): -2680539 or 2431447. OLE color: 2431447.

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

Color convert

RGB 215 25 37 -
CMYK 0 0.88 0.83 0.16
HSL 356.21º 0.79% 0.47% -
HSV(B) 356.21º 0.88% 0.84% -
XYZ 28.71 15.28 3.19 -
YUV 83.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 215 25 37 0 0.88 0.83 0.16 356.21 0.79 0.47
Hex D7 19 25 0 58 53 10 164 4F 2F
Octal 327 31 45 0 130 123 20 544 117 57
Binary 11010111 11001 100101 0 1011000 1010011 10000 101100100 1001111 101111

Color Harmonies of #D71925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71925

Black with #D71925

Text Example


Text Example

White with #D71925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71925; }

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

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

background-color css

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

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

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

border-color css

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

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

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