Html Css Color HEX #D5191F Fire Engine Red

📋 copy color: '#D5191F'

red 213 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #D5191F

Tints of Fire Engine Red #D5191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 79.18%
G = 9.29%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5191F (or 0xD5191F) is known color: Fire Engine Red. HEX triplet: D5, 19 and 1F. RGB value is (213,25,31). Sum of RGB (Red+Green+Blue) = 213+25+31=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D5191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5191F is #2AE6E0. Grayscale: #525252. Windows color (decimal): -2811617 or 2038229. OLE color: 2038229.

HSL color Cylindrical-coordinate representation of color #D5191F: hue angle of 358.09º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5191F is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 31 -
CMYK 0 0.88 0.85 0.16
HSL 358.09º 0.79% 0.47% -
HSV(B) 358.09º 0.88% 0.84% -
XYZ 28.04 14.94 2.7 -
YUV 81.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 213 25 31 0 0.88 0.85 0.16 358.09 0.79 0.47
Hex D5 19 1F 0 58 55 10 166 4F 2F
Octal 325 31 37 0 130 125 20 546 117 57
Binary 11010101 11001 11111 0 1011000 1010101 10000 101100110 1001111 101111

Color Harmonies of #D5191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5191F

Black with #D5191F

Text Example


Text Example

White with #D5191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5191F; }

 p { color: rgb(213,25,31); }

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

background-color css

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

 a { background-color: rgb(213,25,31); }

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

border-color css

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

 span { border-color: rgb(213,25,31); }

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