#DE5F3F

Color #DE5F3F Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DE5F3F

Tints of Sorbus #DE5F3F

Color information

#DE5F3F (or 0xDE5F3F) is unknown color: approx Sorbus. HEX triplet: DE, 5F and 3F. RGB value is (222,95,63). Sum of RGB (Red+Green+Blue) = 222+95+63=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5F3F is #21A0C0. Grayscale: #818181. Windows color (decimal): -2203841 or 4153310. OLE color: 4153310.

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

Color convert

RGB2229563-
CMYK00.570.720.13
HSL12.08º70.67%55.88%-
HSV(B)12.08º71.62%87.06%-
XYZ35.1124.077.5-
YUV129.3290.58194.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 63 (25% from 255) = 16.58%
R=58.42%
G=25%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222956300.570.720.1312.0870.6755.88
HexDE5F3F03948Dc4738
Octal33613777071110151410770
Binary11011110101111111111101110011001000110111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5F3F; }

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

 H1.HeaderClassName
 {
   color: #DE5F3F;
 }
 .AnyTagClassName
 {
   color: #DE5F3F;
 }
</style>
background-color css

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

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

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

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

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

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