Html Css Color HEX #D5653F Sorbus

📋 copy color: '#D5653F'

red 213 ◦ green 101 ◦ blue 63

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

Shades of Sorbus #D5653F

Tints of Sorbus #D5653F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 56.5%
G = 26.79%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5653F (or 0xD5653F) is known color: Sorbus. HEX triplet: D5, 65 and 3F. RGB value is (213,101,63). Sum of RGB (Red+Green+Blue) = 213+101+63=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5653F is #2A9AC0. Grayscale: #828282. Windows color (decimal): -2792129 or 4154837. OLE color: 4154837.

HSL color Cylindrical-coordinate representation of color #D5653F: hue angle of 15.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5653F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 63 -
CMYK 0 0.53 0.70 0.16
HSL 15.2º 0.64% 0.54% -
HSV(B) 15.2º 0.7% 0.84% -
XYZ 32.99 23.81 7.56 -
YUV 130.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 213 101 63 0 0.53 0.70 0.16 15.2 0.64 0.54
Hex D5 65 3F 0 35 46 10 F 40 36
Octal 325 145 77 0 65 106 20 17 100 66
Binary 11010101 1100101 111111 0 110101 1000110 10000 1111 1000000 110110

Color Harmonies of #D5653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5653F

Black with #D5653F

Text Example


Text Example

White with #D5653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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