Html Css Color HEX #DE643F Sorbus

📋 copy color: '#DE643F'

red 222 ◦ green 100 ◦ blue 63

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

Shades of Sorbus #DE643F

Tints of Sorbus #DE643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.36%

R = 57.66%
G = 25.97%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE643F (or 0xDE643F) is known color: Sorbus. HEX triplet: DE, 64 and 3F. RGB value is (222,100,63). Sum of RGB (Red+Green+Blue) = 222+100+63=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE643F is #219BC0. Grayscale: #848484. Windows color (decimal): -2202561 or 4154590. OLE color: 4154590.

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

Color convert

RGB 222 100 63 -
CMYK 0 0.55 0.72 0.13
HSL 13.96º 0.71% 0.56% -
HSV(B) 13.96º 0.72% 0.87% -
XYZ 35.58 25 7.65 -
YUV 132.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 222 100 63 0 0.55 0.72 0.13 13.96 0.71 0.56
Hex DE 64 3F 0 37 48 D E 47 38
Octal 336 144 77 0 67 110 15 16 107 70
Binary 11011110 1100100 111111 0 110111 1001000 1101 1110 1000111 111000

Color Harmonies of #DE643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE643F

Black with #DE643F

Text Example


Text Example

White with #DE643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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