Html Css Color HEX #D7172A Fire Engine Red

📋 copy color: '#D7172A'

red 215 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #D7172A

Tints of Fire Engine Red #D7172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 76.79%
G = 8.21%
B = 15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7172A (or 0xD7172A) is known color: Fire Engine Red. HEX triplet: D7, 17 and 2A. RGB value is (215,23,42). Sum of RGB (Red+Green+Blue) = 215+23+42=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D7172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7172A is #28E8D5. Grayscale: #525252. Windows color (decimal): -2681046 or 2758615. OLE color: 2758615.

HSL color Cylindrical-coordinate representation of color #D7172A: hue angle of 354.06º degrees, saturation: 0.81, 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 #D7172A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 42 -
CMYK 0 0.89 0.80 0.16
HSL 354.06º 0.81% 0.47% -
HSV(B) 354.06º 0.89% 0.84% -
XYZ 28.75 15.23 3.61 -
YUV 82.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 215 23 42 0 0.89 0.80 0.16 354.06 0.81 0.47
Hex D7 17 2A 0 59 50 10 162 51 2F
Octal 327 27 52 0 131 120 20 542 121 57
Binary 11010111 10111 101010 0 1011001 1010000 10000 101100010 1010001 101111

Color Harmonies of #D7172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7172A

Black with #D7172A

Text Example


Text Example

White with #D7172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7172A; }

 p { color: rgb(215,23,42); }

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

background-color css

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

 a { background-color: rgb(215,23,42); }

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

border-color css

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

 span { border-color: rgb(215,23,42); }

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