Html Css Color HEX #D5653C Sorbus

📋 copy color: '#D5653C'

red 213 ◦ green 101 ◦ blue 60

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

Shades of Sorbus #D5653C

Tints of Sorbus #D5653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 56.95%
G = 27.01%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5653C (or 0xD5653C) is known color: Sorbus. HEX triplet: D5, 65 and 3C. RGB value is (213,101,60). Sum of RGB (Red+Green+Blue) = 213+101+60=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5653C is #2A9AC3. Grayscale: #828282. Windows color (decimal): -2792132 or 3958229. OLE color: 3958229.

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

Color convert

RGB 213 101 60 -
CMYK 0 0.53 0.72 0.16
HSL 16.08º 0.65% 0.54% -
HSV(B) 16.08º 0.72% 0.84% -
XYZ 32.91 23.78 7.13 -
YUV 129.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 213 101 60 0 0.53 0.72 0.16 16.08 0.65 0.54
Hex D5 65 3C 0 35 48 10 10 41 36
Octal 325 145 74 0 65 110 20 20 101 66
Binary 11010101 1100101 111100 0 110101 1001000 10000 10000 1000001 110110

Color Harmonies of #D5653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5653C

Black with #D5653C

Text Example


Text Example

White with #D5653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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