Html Css Color HEX #D4172C Fire Engine Red

📋 copy color: '#D4172C'

red 212 ◦ green 23 ◦ blue 44

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

Shades of Fire Engine Red #D4172C

Tints of Fire Engine Red #D4172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 75.99%
G = 8.24%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4172C (or 0xD4172C) is known color: Fire Engine Red. HEX triplet: D4, 17 and 2C. RGB value is (212,23,44). Sum of RGB (Red+Green+Blue) = 212+23+44=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4172C is #2BE8D3. Grayscale: #525252. Windows color (decimal): -2877652 or 2889684. OLE color: 2889684.

HSL color Cylindrical-coordinate representation of color #D4172C: hue angle of 353.33º 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 #D4172C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 44 -
CMYK 0 0.89 0.79 0.17
HSL 353.33º 0.8% 0.46% -
HSV(B) 353.33º 0.89% 0.83% -
XYZ 27.91 14.79 3.77 -
YUV 81.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 212 23 44 0 0.89 0.79 0.17 353.33 0.8 0.46
Hex D4 17 2C 0 59 4F 11 161 50 2E
Octal 324 27 54 0 131 117 21 541 120 56
Binary 11010100 10111 101100 0 1011001 1001111 10001 101100001 1010000 101110

Color Harmonies of #D4172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4172C

Black with #D4172C

Text Example


Text Example

White with #D4172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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