Html Css Color HEX #D3610F Chocolate

📋 copy color: '#D3610F'

red 211 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #D3610F

Tints of Chocolate #D3610F

RGB

 RED value IS 211 (82.81% from 255) = 65.33%

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 65.33%
G = 30.03%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3610F (or 0xD3610F) is known color: Chocolate. HEX triplet: D3, 61 and 0F. RGB value is (211,97,15). Sum of RGB (Red+Green+Blue) = 211+97+15=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3610F is #2C9EF0. Grayscale: #7A7A7A. Windows color (decimal): -2924273 or 1008083. OLE color: 1008083.

HSL color Cylindrical-coordinate representation of color #D3610F: hue angle of 25.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3610F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 97 15 -
CMYK 0 0.54 0.93 0.17
HSL 25.1º 0.87% 0.44% -
HSV(B) 25.1º 0.93% 0.83% -
XYZ 31.22 22.43 3.14 -
YUV 121.74 67.77 191.67 -
System Red Green Blue C M Y K H S L
Decimal 211 97 15 0 0.54 0.93 0.17 25.1 0.87 0.44
Hex D3 61 F 0 36 5D 11 19 57 2C
Octal 323 141 17 0 66 135 21 31 127 54
Binary 11010011 1100001 1111 0 110110 1011101 10001 11001 1010111 101100

Color Harmonies of #D3610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3610F

Black with #D3610F

Text Example


Text Example

White with #D3610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3610F; }

 p { color: rgb(211,97,15); }

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

background-color css

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

 a { background-color: rgb(211,97,15); }

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

border-color css

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

 span { border-color: rgb(211,97,15); }

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