Html Css Color HEX #E55F0F Persimmon

📋 copy color: '#E55F0F'

red 229 ◦ green 95 ◦ blue 15

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

Shades of Persimmon #E55F0F

Tints of Persimmon #E55F0F

RGB

 RED value IS 229 (89.84% from 255) = 67.55%

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 67.55%
G = 28.02%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E55F0F (or 0xE55F0F) is known color: Persimmon. HEX triplet: E5, 5F and 0F. RGB value is (229,95,15). Sum of RGB (Red+Green+Blue) = 229+95+15=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F0F is #1AA0F0. Grayscale: #7E7E7E. Windows color (decimal): -1745137 or 1007589. OLE color: 1007589.

HSL color Cylindrical-coordinate representation of color #E55F0F: hue angle of 22.43º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E55F0F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 15 -
CMYK 0 0.59 0.93 0.10
HSL 22.43º 0.88% 0.48% -
HSV(B) 22.43º 0.93% 0.9% -
XYZ 36.49 24.88 3.33 -
YUV 125.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 229 95 15 0 0.59 0.93 0.10 22.43 0.88 0.48
Hex E5 5F F 0 3B 5D A 16 58 30
Octal 345 137 17 0 73 135 12 26 130 60
Binary 11100101 1011111 1111 0 111011 1011101 1010 10110 1011000 110000

Color Harmonies of #E55F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F0F

Black with #E55F0F

Text Example


Text Example

White with #E55F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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