Html Css Color HEX #D6172A Fire Engine Red

📋 copy color: '#D6172A'

red 214 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #D6172A

Tints of Fire Engine Red #D6172A

RGB

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

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

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

R = 76.7%
G = 8.24%
B = 15.05%

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

#D6172A (or 0xD6172A) is known color: Fire Engine Red. HEX triplet: D6, 17 and 2A. RGB value is (214,23,42). Sum of RGB (Red+Green+Blue) = 214+23+42=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172A is #29E8D5. Grayscale: #525252. Windows color (decimal): -2746582 or 2758614. OLE color: 2758614.

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

Color convert

RGB 214 23 42 -
CMYK 0 0.89 0.80 0.16
HSL 354.03º 0.81% 0.46% -
HSV(B) 354.03º 0.89% 0.84% -
XYZ 28.46 15.08 3.6 -
YUV 82.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 214 23 42 0 0.89 0.80 0.16 354.03 0.81 0.46
Hex D6 17 2A 0 59 50 10 162 51 2E
Octal 326 27 52 0 131 120 20 542 121 56
Binary 11010110 10111 101010 0 1011001 1010000 10000 101100010 1010001 101110

Color Harmonies of #D6172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6172A

Black with #D6172A

Text Example


Text Example

White with #D6172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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