Html Css Color HEX #D5172B Fire Engine Red

📋 copy color: '#D5172B'

red 213 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #D5172B

Tints of Fire Engine Red #D5172B

RGB

 RED value IS 213 (83.59% from 255) = 76.34%

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

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

R = 76.34%
G = 8.24%
B = 15.41%

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

#D5172B (or 0xD5172B) is known color: Fire Engine Red. HEX triplet: D5, 17 and 2B. RGB value is (213,23,43). Sum of RGB (Red+Green+Blue) = 213+23+43=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5172B is #2AE8D4. Grayscale: #525252. Windows color (decimal): -2812117 or 2824149. OLE color: 2824149.

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

Color convert

RGB 213 23 43 -
CMYK 0 0.89 0.80 0.16
HSL 353.68º 0.81% 0.46% -
HSV(B) 353.68º 0.89% 0.84% -
XYZ 28.18 14.93 3.68 -
YUV 82.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 213 23 43 0 0.89 0.80 0.16 353.68 0.81 0.46
Hex D5 17 2B 0 59 50 10 162 51 2E
Octal 325 27 53 0 131 120 20 542 121 56
Binary 11010101 10111 101011 0 1011001 1010000 10000 101100010 1010001 101110

Color Harmonies of #D5172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5172B

Black with #D5172B

Text Example


Text Example

White with #D5172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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