Html Css Color HEX #DE652E Sorbus

📋 copy color: '#DE652E'

red 222 ◦ green 101 ◦ blue 46

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

Shades of Sorbus #DE652E

Tints of Sorbus #DE652E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 60.16%
G = 27.37%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE652E (or 0xDE652E) is known color: Sorbus. HEX triplet: DE, 65 and 2E. RGB value is (222,101,46). Sum of RGB (Red+Green+Blue) = 222+101+46=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE652E is #219AD1. Grayscale: #838383. Windows color (decimal): -2202322 or 3040734. OLE color: 3040734.

HSL color Cylindrical-coordinate representation of color #DE652E: hue angle of 18.75º 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 #DE652E is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 101 46 -
CMYK 0 0.55 0.79 0.13
HSL 18.75º 0.73% 0.53% -
HSV(B) 18.75º 0.79% 0.87% -
XYZ 35.27 25.03 5.56 -
YUV 130.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 222 101 46 0 0.55 0.79 0.13 18.75 0.73 0.53
Hex DE 65 2E 0 37 4F D 13 49 35
Octal 336 145 56 0 67 117 15 23 111 65
Binary 11011110 1100101 101110 0 110111 1001111 1101 10011 1001001 110101

Color Harmonies of #DE652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE652E

Black with #DE652E

Text Example


Text Example

White with #DE652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE652E; }

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

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

background-color css

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

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

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

border-color css

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

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

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