Html Css Color HEX #DE602E Sorbus

📋 copy color: '#DE602E'

red 222 ◦ green 96 ◦ blue 46

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

Shades of Sorbus #DE602E

Tints of Sorbus #DE602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 60.99%
G = 26.37%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE602E (or 0xDE602E) is known color: Sorbus. HEX triplet: DE, 60 and 2E. RGB value is (222,96,46). Sum of RGB (Red+Green+Blue) = 222+96+46=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE602E is #219FD1. Grayscale: #808080. Windows color (decimal): -2203602 or 3039454. OLE color: 3039454.

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

Color convert

RGB 222 96 46 -
CMYK 0 0.57 0.79 0.13
HSL 17.05º 0.73% 0.53% -
HSV(B) 17.05º 0.79% 0.87% -
XYZ 34.8 24.09 5.4 -
YUV 127.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 222 96 46 0 0.57 0.79 0.13 17.05 0.73 0.53
Hex DE 60 2E 0 39 4F D 11 49 35
Octal 336 140 56 0 71 117 15 21 111 65
Binary 11011110 1100000 101110 0 111001 1001111 1101 10001 1001001 110101

Color Harmonies of #DE602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE602E

Black with #DE602E

Text Example


Text Example

White with #DE602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE602E; }

 p { color: rgb(222,96,46); }

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

background-color css

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

 a { background-color: rgb(222,96,46); }

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

border-color css

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

 span { border-color: rgb(222,96,46); }

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