Html Css Color HEX #D71425 Fire Engine Red

📋 copy color: '#D71425'

red 215 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #D71425

Tints of Fire Engine Red #D71425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 79.04%
G = 7.35%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71425 (or 0xD71425) is known color: Fire Engine Red. HEX triplet: D7, 14 and 25. RGB value is (215,20,37). Sum of RGB (Red+Green+Blue) = 215+20+37=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71425 is #28EBDA. Grayscale: #505050. Windows color (decimal): -2681819 or 2430167. OLE color: 2430167.

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

Color convert

RGB 215 20 37 -
CMYK 0 0.91 0.83 0.16
HSL 354.77º 0.83% 0.46% -
HSV(B) 354.77º 0.91% 0.84% -
XYZ 28.61 15.08 3.15 -
YUV 80.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 215 20 37 0 0.91 0.83 0.16 354.77 0.83 0.46
Hex D7 14 25 0 5B 53 10 163 53 2E
Octal 327 24 45 0 133 123 20 543 123 56
Binary 11010111 10100 100101 0 1011011 1010011 10000 101100011 1010011 101110

Color Harmonies of #D71425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71425

Black with #D71425

Text Example


Text Example

White with #D71425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71425; }

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

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

background-color css

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

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

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

border-color css

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

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

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