Html Css Color HEX #D31516 Fire Engine Red

📋 copy color: '#D31516'

red 211 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #D31516

Tints of Fire Engine Red #D31516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 83.07%
G = 8.27%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D31516 (or 0xD31516) is known color: Fire Engine Red. HEX triplet: D3, 15 and 16. RGB value is (211,21,22). Sum of RGB (Red+Green+Blue) = 211+21+22=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31516 is #2CEAE9. Grayscale: #4E4E4E. Windows color (decimal): -2943722 or 1447379. OLE color: 1447379.

HSL color Cylindrical-coordinate representation of color #D31516: hue angle of 359.68º 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 #D31516 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 22 -
CMYK 0 0.90 0.90 0.17
HSL 359.68º 0.82% 0.45% -
HSV(B) 359.68º 0.9% 0.83% -
XYZ 27.28 14.44 2.11 -
YUV 77.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 211 21 22 0 0.90 0.90 0.17 359.68 0.82 0.45
Hex D3 15 16 0 5A 5A 11 168 52 2D
Octal 323 25 26 0 132 132 21 550 122 55
Binary 11010011 10101 10110 0 1011010 1011010 10001 101101000 1010010 101101

Color Harmonies of #D31516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31516

Black with #D31516

Text Example


Text Example

White with #D31516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31516; }

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

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

background-color css

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

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

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

border-color css

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

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

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