Html Css Color HEX #D9172A Fire Engine Red

📋 copy color: '#D9172A'

red 217 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #D9172A

Tints of Fire Engine Red #D9172A

RGB

 RED value IS 217 (85.16% from 255) = 76.95%

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

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

R = 76.95%
G = 8.16%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9172A (or 0xD9172A) is known color: Fire Engine Red. HEX triplet: D9, 17 and 2A. RGB value is (217,23,42). Sum of RGB (Red+Green+Blue) = 217+23+42=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9172A is #26E8D5. Grayscale: #535353. Windows color (decimal): -2549974 or 2758617. OLE color: 2758617.

HSL color Cylindrical-coordinate representation of color #D9172A: hue angle of 354.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9172A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.12º 0.81% 0.47% -
HSV(B) 354.12º 0.89% 0.85% -
XYZ 29.34 15.53 3.64 -
YUV 83.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 217 23 42 0 0.89 0.81 0.15 354.12 0.81 0.47
Hex D9 17 2A 0 59 51 F 162 51 2F
Octal 331 27 52 0 131 121 17 542 121 57
Binary 11011001 10111 101010 0 1011001 1010001 1111 101100010 1010001 101111

Color Harmonies of #D9172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9172A

Black with #D9172A

Text Example


Text Example

White with #D9172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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