Html Css Color HEX #DE6240 Sorbus

📋 copy color: '#DE6240'

red 222 ◦ green 98 ◦ blue 64

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

Shades of Sorbus #DE6240

Tints of Sorbus #DE6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 57.81%
G = 25.52%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE6240 (or 0xDE6240) is known color: Sorbus. HEX triplet: DE, 62 and 40. RGB value is (222,98,64). Sum of RGB (Red+Green+Blue) = 222+98+64=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6240 is #219DBF. Grayscale: #838383. Windows color (decimal): -2203072 or 4219614. OLE color: 4219614.

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

Color convert

RGB 222 98 64 -
CMYK 0 0.56 0.71 0.13
HSL 12.91º 0.71% 0.56% -
HSV(B) 12.91º 0.71% 0.87% -
XYZ 35.42 24.64 7.74 -
YUV 131.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 222 98 64 0 0.56 0.71 0.13 12.91 0.71 0.56
Hex DE 62 40 0 38 47 D D 47 38
Octal 336 142 100 0 70 107 15 15 107 70
Binary 11011110 1100010 1000000 0 111000 1000111 1101 1101 1000111 111000

Color Harmonies of #DE6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6240

Black with #DE6240

Text Example


Text Example

White with #DE6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6240; }

 p { color: rgb(222,98,64); }

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

background-color css

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

 a { background-color: rgb(222,98,64); }

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

border-color css

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

 span { border-color: rgb(222,98,64); }

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