Html Css Color HEX #D5171A Fire Engine Red

📋 copy color: '#D5171A'

red 213 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #D5171A

Tints of Fire Engine Red #D5171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 81.3%
G = 8.78%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5171A (or 0xD5171A) is known color: Fire Engine Red. HEX triplet: D5, 17 and 1A. RGB value is (213,23,26). Sum of RGB (Red+Green+Blue) = 213+23+26=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5171A is #2AE8E5. Grayscale: #505050. Windows color (decimal): -2812134 or 1710037. OLE color: 1710037.

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

Color convert

RGB 213 23 26 -
CMYK 0 0.89 0.88 0.16
HSL 359.05º 0.81% 0.46% -
HSV(B) 359.05º 0.89% 0.84% -
XYZ 27.93 14.83 2.37 -
YUV 80.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 213 23 26 0 0.89 0.88 0.16 359.05 0.81 0.46
Hex D5 17 1A 0 59 58 10 167 51 2E
Octal 325 27 32 0 131 130 20 547 121 56
Binary 11010101 10111 11010 0 1011001 1011000 10000 101100111 1010001 101110

Color Harmonies of #D5171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5171A

Black with #D5171A

Text Example


Text Example

White with #D5171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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