Html Css Color HEX #D5172D Fire Engine Red

📋 copy color: '#D5172D'

red 213 ◦ green 23 ◦ blue 45

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

Shades of Fire Engine Red #D5172D

Tints of Fire Engine Red #D5172D

RGB

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

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

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

R = 75.8%
G = 8.19%
B = 16.01%

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

#D5172D (or 0xD5172D) is known color: Fire Engine Red. HEX triplet: D5, 17 and 2D. RGB value is (213,23,45). Sum of RGB (Red+Green+Blue) = 213+23+45=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5172D is #2AE8D2. Grayscale: #525252. Windows color (decimal): -2812115 or 2955221. OLE color: 2955221.

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

Color convert

RGB 213 23 45 -
CMYK 0 0.89 0.79 0.16
HSL 353.05º 0.81% 0.46% -
HSV(B) 353.05º 0.89% 0.84% -
XYZ 28.22 14.95 3.88 -
YUV 82.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 213 23 45 0 0.89 0.79 0.16 353.05 0.81 0.46
Hex D5 17 2D 0 59 4F 10 161 51 2E
Octal 325 27 55 0 131 117 20 541 121 56
Binary 11010101 10111 101101 0 1011001 1001111 10000 101100001 1010001 101110

Color Harmonies of #D5172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5172D

Black with #D5172D

Text Example


Text Example

White with #D5172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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