Html Css Color HEX #D95D1D Chocolate

📋 copy color: '#D95D1D'

red 217 ◦ green 93 ◦ blue 29

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

Shades of Chocolate #D95D1D

Tints of Chocolate #D95D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 64.01%
G = 27.43%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D95D1D (or 0xD95D1D) is known color: Chocolate. HEX triplet: D9, 5D and 1D. RGB value is (217,93,29). Sum of RGB (Red+Green+Blue) = 217+93+29=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D1D is #26A2E2. Grayscale: #7B7B7B. Windows color (decimal): -2532067 or 1924569. OLE color: 1924569.

HSL color Cylindrical-coordinate representation of color #D95D1D: hue angle of 20.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D95D1D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 29 -
CMYK 0 0.57 0.87 0.15
HSL 20.43º 0.76% 0.48% -
HSV(B) 20.43º 0.87% 0.85% -
XYZ 32.75 22.67 3.81 -
YUV 122.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 217 93 29 0 0.57 0.87 0.15 20.43 0.76 0.48
Hex D9 5D 1D 0 39 57 F 14 4C 30
Octal 331 135 35 0 71 127 17 24 114 60
Binary 11011001 1011101 11101 0 111001 1010111 1111 10100 1001100 110000

Color Harmonies of #D95D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D1D

Black with #D95D1D

Text Example


Text Example

White with #D95D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D1D; }

 p { color: rgb(217,93,29); }

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

background-color css

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

 a { background-color: rgb(217,93,29); }

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

border-color css

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

 span { border-color: rgb(217,93,29); }

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