Html Css Color HEX #D56C3C Sorbus

📋 copy color: '#D56C3C'

red 213 ◦ green 108 ◦ blue 60

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

Shades of Sorbus #D56C3C

Tints of Sorbus #D56C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 55.91%
G = 28.35%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D56C3C (or 0xD56C3C) is known color: Sorbus. HEX triplet: D5, 6C and 3C. RGB value is (213,108,60). Sum of RGB (Red+Green+Blue) = 213+108+60=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C3C is #2A93C3. Grayscale: #868686. Windows color (decimal): -2790340 or 3960021. OLE color: 3960021.

HSL color Cylindrical-coordinate representation of color #D56C3C: hue angle of 18.82º 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 #D56C3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 60 -
CMYK 0 0.49 0.72 0.16
HSL 18.82º 0.65% 0.54% -
HSV(B) 18.82º 0.72% 0.84% -
XYZ 33.62 25.2 7.37 -
YUV 133.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 213 108 60 0 0.49 0.72 0.16 18.82 0.65 0.54
Hex D5 6C 3C 0 31 48 10 13 41 36
Octal 325 154 74 0 61 110 20 23 101 66
Binary 11010101 1101100 111100 0 110001 1001000 10000 10011 1000001 110110

Color Harmonies of #D56C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C3C

Black with #D56C3C

Text Example


Text Example

White with #D56C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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