#e25f0f

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

Shades of Persimmon #E25F0F

Tints of Persimmon #E25F0F

Color information

#E25F0F (or 0xE25F0F) is unknown color: approx Persimmon. HEX triplet: E2, 5F and 0F. RGB value is (226,95,15). Sum of RGB (Red+Green+Blue) = 226+95+15=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F0F is #1DA0F0. Grayscale: #7D7D7D. Windows color (decimal): -1941745 or 1007586. OLE color: 1007586.

HSL color Cylindrical-coordinate representation of color #E25F0F: hue angle of 22.75º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E25F0F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2269515-
CMYK00.580.930.11
HSL22.75º87.55%47.25%-
HSV(B)22.75º93.36%88.63%-
XYZ35.5424.393.29-
YUV125.0565.9200-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.26%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=67.26%
G=28.27%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226951500.580.930.1122.7587.5547.25
HexE25FF03A5DB17582f
Octal34213717072135132713057
Binary1110001010111111111011101010111011011101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25f0f; }

 p { color: rgb(226,95,15); }

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

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

 a { background-color: rgb(226,95,15); }

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

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

 span { border-color: rgb(226,95,15); }

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