Html Css Color HEX #D3172B Fire Engine Red

📋 copy color: '#D3172B'

red 211 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #D3172B

Tints of Fire Engine Red #D3172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 76.17%
G = 8.3%
B = 15.52%

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

#D3172B (or 0xD3172B) is known color: Fire Engine Red. HEX triplet: D3, 17 and 2B. RGB value is (211,23,43). Sum of RGB (Red+Green+Blue) = 211+23+43=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D3172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3172B is #2CE8D4. Grayscale: #515151. Windows color (decimal): -2943189 or 2824147. OLE color: 2824147.

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

Color convert

RGB 211 23 43 -
CMYK 0 0.89 0.80 0.17
HSL 353.62º 0.8% 0.46% -
HSV(B) 353.62º 0.89% 0.83% -
XYZ 27.61 14.64 3.66 -
YUV 81.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 211 23 43 0 0.89 0.80 0.17 353.62 0.8 0.46
Hex D3 17 2B 0 59 50 11 162 50 2E
Octal 323 27 53 0 131 120 21 542 120 56
Binary 11010011 10111 101011 0 1011001 1010000 10001 101100010 1010000 101110

Color Harmonies of #D3172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3172B

Black with #D3172B

Text Example


Text Example

White with #D3172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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