Html Css Color HEX #D5191B Fire Engine Red

📋 copy color: '#D5191B'

red 213 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #D5191B

Tints of Fire Engine Red #D5191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 80.38%
G = 9.43%
B = 10.19%

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

#D5191B (or 0xD5191B) is known color: Fire Engine Red. HEX triplet: D5, 19 and 1B. RGB value is (213,25,27). Sum of RGB (Red+Green+Blue) = 213+25+27=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5191B is #2AE6E4. Grayscale: #515151. Windows color (decimal): -2811621 or 1776085. OLE color: 1776085.

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

Color convert

RGB 213 25 27 -
CMYK 0 0.88 0.87 0.16
HSL 359.36º 0.79% 0.47% -
HSV(B) 359.36º 0.88% 0.84% -
XYZ 27.99 14.92 2.44 -
YUV 81.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 213 25 27 0 0.88 0.87 0.16 359.36 0.79 0.47
Hex D5 19 1B 0 58 57 10 167 4F 2F
Octal 325 31 33 0 130 127 20 547 117 57
Binary 11010101 11001 11011 0 1011000 1010111 10000 101100111 1001111 101111

Color Harmonies of #D5191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5191B

Black with #D5191B

Text Example


Text Example

White with #D5191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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