Html Css Color HEX #DE5E3B Sorbus

📋 copy color: '#DE5E3B'

red 222 ◦ green 94 ◦ blue 59

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

Shades of Sorbus #DE5E3B

Tints of Sorbus #DE5E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 59.2%
G = 25.07%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE5E3B (or 0xDE5E3B) is known color: Sorbus. HEX triplet: DE, 5E and 3B. RGB value is (222,94,59). Sum of RGB (Red+Green+Blue) = 222+94+59=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E3B is #21A1C4. Grayscale: #808080. Windows color (decimal): -2204101 or 3890910. OLE color: 3890910.

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

Color convert

RGB 222 94 59 -
CMYK 0 0.58 0.73 0.13
HSL 12.88º 0.71% 0.55% -
HSV(B) 12.88º 0.73% 0.87% -
XYZ 34.92 23.85 6.9 -
YUV 128.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 222 94 59 0 0.58 0.73 0.13 12.88 0.71 0.55
Hex DE 5E 3B 0 3A 49 D D 47 37
Octal 336 136 73 0 72 111 15 15 107 67
Binary 11011110 1011110 111011 0 111010 1001001 1101 1101 1000111 110111

Color Harmonies of #DE5E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E3B

Black with #DE5E3B

Text Example


Text Example

White with #DE5E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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