Html Css Color HEX #D31519 Fire Engine Red

📋 copy color: '#D31519'

red 211 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #D31519

Tints of Fire Engine Red #D31519

RGB

 RED value IS 211 (82.81% from 255) = 82.1%

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 82.1%
G = 8.17%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D31519 (or 0xD31519) is known color: Fire Engine Red. HEX triplet: D3, 15 and 19. RGB value is (211,21,25). Sum of RGB (Red+Green+Blue) = 211+21+25=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D31519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31519 is #2CEAE6. Grayscale: #4E4E4E. Windows color (decimal): -2943719 or 1643987. OLE color: 1643987.

HSL color Cylindrical-coordinate representation of color #D31519: hue angle of 358.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31519 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 25 -
CMYK 0 0.90 0.88 0.17
HSL 358.74º 0.82% 0.45% -
HSV(B) 358.74º 0.9% 0.83% -
XYZ 27.31 14.46 2.27 -
YUV 78.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 211 21 25 0 0.90 0.88 0.17 358.74 0.82 0.45
Hex D3 15 19 0 5A 58 11 167 52 2D
Octal 323 25 31 0 132 130 21 547 122 55
Binary 11010011 10101 11001 0 1011010 1011000 10001 101100111 1010010 101101

Color Harmonies of #D31519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31519

Black with #D31519

Text Example


Text Example

White with #D31519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31519; }

 p { color: rgb(211,21,25); }

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

background-color css

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

 a { background-color: rgb(211,21,25); }

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

border-color css

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

 span { border-color: rgb(211,21,25); }

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