Html Css Color HEX #DE642F Sorbus

📋 copy color: '#DE642F'

red 222 ◦ green 100 ◦ blue 47

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

Shades of Sorbus #DE642F

Tints of Sorbus #DE642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 60.16%
G = 27.1%
B = 12.74%

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

#DE642F (or 0xDE642F) is known color: Sorbus. HEX triplet: DE, 64 and 2F. RGB value is (222,100,47). Sum of RGB (Red+Green+Blue) = 222+100+47=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE642F is #219BD0. Grayscale: #828282. Windows color (decimal): -2202577 or 3106014. OLE color: 3106014.

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

Color convert

RGB 222 100 47 -
CMYK 0 0.55 0.79 0.13
HSL 18.17º 0.73% 0.53% -
HSV(B) 18.17º 0.79% 0.87% -
XYZ 35.19 24.85 5.63 -
YUV 130.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 222 100 47 0 0.55 0.79 0.13 18.17 0.73 0.53
Hex DE 64 2F 0 37 4F D 12 49 35
Octal 336 144 57 0 67 117 15 22 111 65
Binary 11011110 1100100 101111 0 110111 1001111 1101 10010 1001001 110101

Color Harmonies of #DE642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE642F

Black with #DE642F

Text Example


Text Example

White with #DE642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE642F; }

 p { color: rgb(222,100,47); }

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

background-color css

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

 a { background-color: rgb(222,100,47); }

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

border-color css

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

 span { border-color: rgb(222,100,47); }

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