Html Css Color HEX #E15C0C Persimmon

📋 copy color: '#E15C0C'

red 225 ◦ green 92 ◦ blue 12

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

Shades of Persimmon #E15C0C

Tints of Persimmon #E15C0C

RGB

 RED value IS 225 (88.28% from 255) = 68.39%

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 68.39%
G = 27.96%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E15C0C (or 0xE15C0C) is known color: Persimmon. HEX triplet: E1, 5C and 0C. RGB value is (225,92,12). Sum of RGB (Red+Green+Blue) = 225+92+12=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C0C is #1EA3F3. Grayscale: #7B7B7B. Windows color (decimal): -2008052 or 810209. OLE color: 810209.

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

Color convert

RGB 225 92 12 -
CMYK 0 0.59 0.95 0.12
HSL 22.54º 0.9% 0.46% -
HSV(B) 22.54º 0.95% 0.88% -
XYZ 34.94 23.69 3.08 -
YUV 122.65 65.56 201 -
System Red Green Blue C M Y K H S L
Decimal 225 92 12 0 0.59 0.95 0.12 22.54 0.9 0.46
Hex E1 5C C 0 3B 5F C 17 5A 2E
Octal 341 134 14 0 73 137 14 27 132 56
Binary 11100001 1011100 1100 0 111011 1011111 1100 10111 1011010 101110

Color Harmonies of #E15C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C0C

Black with #E15C0C

Text Example


Text Example

White with #E15C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C0C; }

 p { color: rgb(225,92,12); }

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

background-color css

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

 a { background-color: rgb(225,92,12); }

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

border-color css

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

 span { border-color: rgb(225,92,12); }

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