Html Css Color HEX #D4172A Fire Engine Red

📋 copy color: '#D4172A'

red 212 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #D4172A

Tints of Fire Engine Red #D4172A

RGB

 RED value IS 212 (83.2% from 255) = 76.53%

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

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

R = 76.53%
G = 8.3%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4172A (or 0xD4172A) is known color: Fire Engine Red. HEX triplet: D4, 17 and 2A. RGB value is (212,23,42). Sum of RGB (Red+Green+Blue) = 212+23+42=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4172A is #2BE8D5. Grayscale: #515151. Windows color (decimal): -2877654 or 2758612. OLE color: 2758612.

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

Color convert

RGB 212 23 42 -
CMYK 0 0.89 0.80 0.17
HSL 353.97º 0.8% 0.46% -
HSV(B) 353.97º 0.89% 0.83% -
XYZ 27.88 14.78 3.57 -
YUV 81.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 212 23 42 0 0.89 0.80 0.17 353.97 0.8 0.46
Hex D4 17 2A 0 59 50 11 162 50 2E
Octal 324 27 52 0 131 120 21 542 120 56
Binary 11010100 10111 101010 0 1011001 1010000 10001 101100010 1010000 101110

Color Harmonies of #D4172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4172A

Black with #D4172A

Text Example


Text Example

White with #D4172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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