Html Css Color HEX #D5191C Fire Engine Red

📋 copy color: '#D5191C'

red 213 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #D5191C

Tints of Fire Engine Red #D5191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 80.08%
G = 9.4%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5191C (or 0xD5191C) is known color: Fire Engine Red. HEX triplet: D5, 19 and 1C. RGB value is (213,25,28). Sum of RGB (Red+Green+Blue) = 213+25+28=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5191C is #2AE6E3. Grayscale: #515151. Windows color (decimal): -2811620 or 1841621. OLE color: 1841621.

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

Color convert

RGB 213 25 28 -
CMYK 0 0.88 0.87 0.16
HSL 359.04º 0.79% 0.47% -
HSV(B) 359.04º 0.88% 0.84% -
XYZ 28 14.93 2.5 -
YUV 81.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 213 25 28 0 0.88 0.87 0.16 359.04 0.79 0.47
Hex D5 19 1C 0 58 57 10 167 4F 2F
Octal 325 31 34 0 130 127 20 547 117 57
Binary 11010101 11001 11100 0 1011000 1010111 10000 101100111 1001111 101111

Color Harmonies of #D5191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5191C

Black with #D5191C

Text Example


Text Example

White with #D5191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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