Html Css Color HEX #D6172D Fire Engine Red

📋 copy color: '#D6172D'

red 214 ◦ green 23 ◦ blue 45

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

Shades of Fire Engine Red #D6172D

Tints of Fire Engine Red #D6172D

RGB

 RED value IS 214 (83.98% from 255) = 75.89%

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 75.89%
G = 8.16%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6172D (or 0xD6172D) is known color: Fire Engine Red. HEX triplet: D6, 17 and 2D. RGB value is (214,23,45). Sum of RGB (Red+Green+Blue) = 214+23+45=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172D is #29E8D2. Grayscale: #525252. Windows color (decimal): -2746579 or 2955222. OLE color: 2955222.

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

Color convert

RGB 214 23 45 -
CMYK 0 0.89 0.79 0.16
HSL 353.09º 0.81% 0.46% -
HSV(B) 353.09º 0.89% 0.84% -
XYZ 28.51 15.1 3.89 -
YUV 82.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 214 23 45 0 0.89 0.79 0.16 353.09 0.81 0.46
Hex D6 17 2D 0 59 4F 10 161 51 2E
Octal 326 27 55 0 131 117 20 541 121 56
Binary 11010110 10111 101101 0 1011001 1001111 10000 101100001 1010001 101110

Color Harmonies of #D6172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6172D

Black with #D6172D

Text Example


Text Example

White with #D6172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6172D; }

 p { color: rgb(214,23,45); }

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

background-color css

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

 a { background-color: rgb(214,23,45); }

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

border-color css

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

 span { border-color: rgb(214,23,45); }

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