#DE3E00

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

Shades of Persimmon #DE3E00

Tints of Persimmon #DE3E00

Color information

#DE3E00 (or 0xDE3E00) is unknown color: approx Persimmon. HEX triplet: DE, 3E and 00. RGB value is (222,62,0). Sum of RGB (Red+Green+Blue) = 222+62+0=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3E00 is #21C1FF. Grayscale: #676767. Windows color (decimal): -2212352 or 16094. OLE color: 16094.

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

Color convert

RGB222620-
CMYK00.7210.13
HSL16.76º100%43.53%-
HSV(B)16.76º100%87.06%-
XYZ31.8518.971.98-
YUV102.7770.01213.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.17%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.17%
G=21.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22262000.7210.1316.7610043.53
HexDE3E004864D11642c
Octal3367600110144152114454
Binary1101111011111000100100011001001101100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E00; }

 p { color: rgb(222,62,0); }

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

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

 a { background-color: rgb(222,62,0); }

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

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

 span { border-color: rgb(222,62,0); }

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