Html Css Color HEX #D5713C Sorbus

📋 copy color: '#D5713C'

red 213 ◦ green 113 ◦ blue 60

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

Shades of Sorbus #D5713C

Tints of Sorbus #D5713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 55.18%
G = 29.27%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5713C (or 0xD5713C) is known color: Sorbus. HEX triplet: D5, 71 and 3C. RGB value is (213,113,60). Sum of RGB (Red+Green+Blue) = 213+113+60=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5713C is #2A8EC3. Grayscale: #898989. Windows color (decimal): -2789060 or 3961301. OLE color: 3961301.

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

Color convert

RGB 213 113 60 -
CMYK 0 0.47 0.72 0.16
HSL 20.78º 0.65% 0.54% -
HSV(B) 20.78º 0.72% 0.84% -
XYZ 34.16 26.28 7.55 -
YUV 136.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 213 113 60 0 0.47 0.72 0.16 20.78 0.65 0.54
Hex D5 71 3C 0 2F 48 10 15 41 36
Octal 325 161 74 0 57 110 20 25 101 66
Binary 11010101 1110001 111100 0 101111 1001000 10000 10101 1000001 110110

Color Harmonies of #D5713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5713C

Black with #D5713C

Text Example


Text Example

White with #D5713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5713C; }

 p { color: rgb(213,113,60); }

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

background-color css

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

 a { background-color: rgb(213,113,60); }

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

border-color css

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

 span { border-color: rgb(213,113,60); }

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