Html Css Color HEX #D61517 Fire Engine Red

📋 copy color: '#D61517'

red 214 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #D61517

Tints of Fire Engine Red #D61517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 82.95%
G = 8.14%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61517 (or 0xD61517) is known color: Fire Engine Red. HEX triplet: D6, 15 and 17. RGB value is (214,21,23). Sum of RGB (Red+Green+Blue) = 214+21+23=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61517 is #29EAE8. Grayscale: #4F4F4F. Windows color (decimal): -2747113 or 1512918. OLE color: 1512918.

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

Color convert

RGB 214 21 23 -
CMYK 0 0.90 0.89 0.16
HSL 359.38º 0.82% 0.46% -
HSV(B) 359.38º 0.9% 0.84% -
XYZ 28.15 14.89 2.2 -
YUV 78.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 214 21 23 0 0.90 0.89 0.16 359.38 0.82 0.46
Hex D6 15 17 0 5A 59 10 167 52 2E
Octal 326 25 27 0 132 131 20 547 122 56
Binary 11010110 10101 10111 0 1011010 1011001 10000 101100111 1010010 101110

Color Harmonies of #D61517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61517

Black with #D61517

Text Example


Text Example

White with #D61517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61517; }

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

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

background-color css

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

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

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

border-color css

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

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

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