Html Css Color HEX #D61317 Fire Engine Red

📋 copy color: '#D61317'

red 214 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #D61317

Tints of Fire Engine Red #D61317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 83.59%
G = 7.42%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61317 (or 0xD61317) is known color: Fire Engine Red. HEX triplet: D6, 13 and 17. RGB value is (214,19,23). Sum of RGB (Red+Green+Blue) = 214+19+23=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61317 is #29ECE8. Grayscale: #4D4D4D. Windows color (decimal): -2747625 or 1512406. OLE color: 1512406.

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

Color convert

RGB 214 19 23 -
CMYK 0 0.91 0.89 0.16
HSL 358.77º 0.84% 0.46% -
HSV(B) 358.77º 0.91% 0.84% -
XYZ 28.12 14.82 2.19 -
YUV 77.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 214 19 23 0 0.91 0.89 0.16 358.77 0.84 0.46
Hex D6 13 17 0 5B 59 10 167 54 2E
Octal 326 23 27 0 133 131 20 547 124 56
Binary 11010110 10011 10111 0 1011011 1011001 10000 101100111 1010100 101110

Color Harmonies of #D61317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61317

Black with #D61317

Text Example


Text Example

White with #D61317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61317; }

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

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

background-color css

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

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

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

border-color css

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

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

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