Html Css Color HEX #DE5E3A Sorbus

📋 copy color: '#DE5E3A'

red 222 ◦ green 94 ◦ blue 58

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

Shades of Sorbus #DE5E3A

Tints of Sorbus #DE5E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 59.36%
G = 25.13%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE5E3A (or 0xDE5E3A) is known color: Sorbus. HEX triplet: DE, 5E and 3A. RGB value is (222,94,58). Sum of RGB (Red+Green+Blue) = 222+94+58=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E3A is #21A1C5. Grayscale: #808080. Windows color (decimal): -2204102 or 3825374. OLE color: 3825374.

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

Color convert

RGB 222 94 58 -
CMYK 0 0.58 0.74 0.13
HSL 13.17º 0.71% 0.55% -
HSV(B) 13.17º 0.74% 0.87% -
XYZ 34.89 23.84 6.77 -
YUV 128.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 222 94 58 0 0.58 0.74 0.13 13.17 0.71 0.55
Hex DE 5E 3A 0 3A 4A D D 47 37
Octal 336 136 72 0 72 112 15 15 107 67
Binary 11011110 1011110 111010 0 111010 1001010 1101 1101 1000111 110111

Color Harmonies of #DE5E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E3A

Black with #DE5E3A

Text Example


Text Example

White with #DE5E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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