Html Css Color HEX #D5610F Chocolate

📋 copy color: '#D5610F'

red 213 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #D5610F

Tints of Chocolate #D5610F

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

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

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

R = 65.54%
G = 29.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5610F (or 0xD5610F) is known color: Chocolate. HEX triplet: D5, 61 and 0F. RGB value is (213,97,15). Sum of RGB (Red+Green+Blue) = 213+97+15=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5610F is #2A9EF0. Grayscale: #7A7A7A. Windows color (decimal): -2793201 or 1008085. OLE color: 1008085.

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

Color convert

RGB 213 97 15 -
CMYK 0 0.54 0.93 0.16
HSL 24.85º 0.87% 0.45% -
HSV(B) 24.85º 0.93% 0.84% -
XYZ 31.8 22.73 3.16 -
YUV 122.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 213 97 15 0 0.54 0.93 0.16 24.85 0.87 0.45
Hex D5 61 F 0 36 5D 10 19 57 2D
Octal 325 141 17 0 66 135 20 31 127 55
Binary 11010101 1100001 1111 0 110110 1011101 10000 11001 1010111 101101

Color Harmonies of #D5610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5610F

Black with #D5610F

Text Example


Text Example

White with #D5610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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