Html Css Color HEX #D61516 Fire Engine Red

📋 copy color: '#D61516'

red 214 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #D61516

Tints of Fire Engine Red #D61516

RGB

 RED value IS 214 (83.98% from 255) = 83.27%

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

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

R = 83.27%
G = 8.17%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61516 (or 0xD61516) is known color: Fire Engine Red. HEX triplet: D6, 15 and 16. RGB value is (214,21,22). Sum of RGB (Red+Green+Blue) = 214+21+22=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D61516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61516 is #29EAE9. Grayscale: #4F4F4F. Windows color (decimal): -2747114 or 1447382. OLE color: 1447382.

HSL color Cylindrical-coordinate representation of color #D61516: hue angle of 359.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61516 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 22 -
CMYK 0 0.90 0.90 0.16
HSL 359.69º 0.82% 0.46% -
HSV(B) 359.69º 0.9% 0.84% -
XYZ 28.14 14.89 2.15 -
YUV 78.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 214 21 22 0 0.90 0.90 0.16 359.69 0.82 0.46
Hex D6 15 16 0 5A 5A 10 168 52 2E
Octal 326 25 26 0 132 132 20 550 122 56
Binary 11010110 10101 10110 0 1011010 1011010 10000 101101000 1010010 101110

Color Harmonies of #D61516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61516

Black with #D61516

Text Example


Text Example

White with #D61516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61516; }

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

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

background-color css

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

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

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

border-color css

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

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

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