Html Css Color HEX #D3171D Fire Engine Red

📋 copy color: '#D3171D'

red 211 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #D3171D

Tints of Fire Engine Red #D3171D

RGB

 RED value IS 211 (82.81% from 255) = 80.23%

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 80.23%
G = 8.75%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3171D (or 0xD3171D) is known color: Fire Engine Red. HEX triplet: D3, 17 and 1D. RGB value is (211,23,29). Sum of RGB (Red+Green+Blue) = 211+23+29=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3171D is #2CE8E2. Grayscale: #505050. Windows color (decimal): -2943203 or 1906643. OLE color: 1906643.

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

Color convert

RGB 211 23 29 -
CMYK 0 0.89 0.86 0.17
HSL 358.09º 0.8% 0.46% -
HSV(B) 358.09º 0.89% 0.83% -
XYZ 27.39 14.55 2.53 -
YUV 79.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 211 23 29 0 0.89 0.86 0.17 358.09 0.8 0.46
Hex D3 17 1D 0 59 56 11 166 50 2E
Octal 323 27 35 0 131 126 21 546 120 56
Binary 11010011 10111 11101 0 1011001 1010110 10001 101100110 1010000 101110

Color Harmonies of #D3171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3171D

Black with #D3171D

Text Example


Text Example

White with #D3171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3171D; }

 p { color: rgb(211,23,29); }

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

background-color css

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

 a { background-color: rgb(211,23,29); }

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

border-color css

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

 span { border-color: rgb(211,23,29); }

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