Html Css Color HEX #DE5E37 Sorbus

📋 copy color: '#DE5E37'

red 222 ◦ green 94 ◦ blue 55

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

Shades of Sorbus #DE5E37

Tints of Sorbus #DE5E37

RGB

 RED value IS 222 (87.11% from 255) = 59.84%

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 59.84%
G = 25.34%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE5E37 (or 0xDE5E37) is known color: Sorbus. HEX triplet: DE, 5E and 37. RGB value is (222,94,55). Sum of RGB (Red+Green+Blue) = 222+94+55=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E37 is #21A1C8. Grayscale: #808080. Windows color (decimal): -2204105 or 3628766. OLE color: 3628766.

HSL color Cylindrical-coordinate representation of color #DE5E37: hue angle of 14.01º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE5E37 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 55 -
CMYK 0 0.58 0.75 0.13
HSL 14.01º 0.72% 0.54% -
HSV(B) 14.01º 0.75% 0.87% -
XYZ 34.82 23.81 6.38 -
YUV 127.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 222 94 55 0 0.58 0.75 0.13 14.01 0.72 0.54
Hex DE 5E 37 0 3A 4B D E 48 36
Octal 336 136 67 0 72 113 15 16 110 66
Binary 11011110 1011110 110111 0 111010 1001011 1101 1110 1001000 110110

Color Harmonies of #DE5E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E37

Black with #DE5E37

Text Example


Text Example

White with #DE5E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E37; }

 p { color: rgb(222,94,55); }

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

background-color css

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

 a { background-color: rgb(222,94,55); }

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

border-color css

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

 span { border-color: rgb(222,94,55); }

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