Html Css Color HEX #D95117 Chocolate

📋 copy color: '#D95117'

red 217 ◦ green 81 ◦ blue 23

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

Shades of Chocolate #D95117

Tints of Chocolate #D95117

RGB

 RED value IS 217 (85.16% from 255) = 67.6%

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 67.6%
G = 25.23%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D95117 (or 0xD95117) is known color: Chocolate. HEX triplet: D9, 51 and 17. RGB value is (217,81,23). Sum of RGB (Red+Green+Blue) = 217+81+23=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D95117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95117 is #26AEE8. Grayscale: #737373. Windows color (decimal): -2535145 or 1528281. OLE color: 1528281.

HSL color Cylindrical-coordinate representation of color #D95117: hue angle of 17.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D95117 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 23 -
CMYK 0 0.63 0.89 0.15
HSL 17.94º 0.81% 0.47% -
HSV(B) 17.94º 0.89% 0.85% -
XYZ 31.71 20.7 3.13 -
YUV 115.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 217 81 23 0 0.63 0.89 0.15 17.94 0.81 0.47
Hex D9 51 17 0 3F 59 F 12 51 2F
Octal 331 121 27 0 77 131 17 22 121 57
Binary 11011001 1010001 10111 0 111111 1011001 1111 10010 1010001 101111

Color Harmonies of #D95117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95117

Black with #D95117

Text Example


Text Example

White with #D95117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95117; }

 p { color: rgb(217,81,23); }

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

background-color css

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

 a { background-color: rgb(217,81,23); }

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

border-color css

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

 span { border-color: rgb(217,81,23); }

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