Html Css Color HEX #D3561F Chocolate

📋 copy color: '#D3561F'

red 211 ◦ green 86 ◦ blue 31

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

Shades of Chocolate #D3561F

Tints of Chocolate #D3561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 64.33%
G = 26.22%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3561F (or 0xD3561F) is known color: Chocolate. HEX triplet: D3, 56 and 1F. RGB value is (211,86,31). Sum of RGB (Red+Green+Blue) = 211+86+31=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3561F is #2CA9E0. Grayscale: #757575. Windows color (decimal): -2927073 or 2053843. OLE color: 2053843.

HSL color Cylindrical-coordinate representation of color #D3561F: hue angle of 18.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3561F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 31 -
CMYK 0 0.59 0.85 0.17
HSL 18.33º 0.74% 0.47% -
HSV(B) 18.33º 0.85% 0.83% -
XYZ 30.44 20.6 3.67 -
YUV 117.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 211 86 31 0 0.59 0.85 0.17 18.33 0.74 0.47
Hex D3 56 1F 0 3B 55 11 12 4A 2F
Octal 323 126 37 0 73 125 21 22 112 57
Binary 11010011 1010110 11111 0 111011 1010101 10001 10010 1001010 101111

Color Harmonies of #D3561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3561F

Black with #D3561F

Text Example


Text Example

White with #D3561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3561F; }

 p { color: rgb(211,86,31); }

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

background-color css

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

 a { background-color: rgb(211,86,31); }

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

border-color css

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

 span { border-color: rgb(211,86,31); }

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