Html Css Color HEX #E1480C Persimmon

📋 copy color: '#E1480C'

red 225 ◦ green 72 ◦ blue 12

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

Shades of Persimmon #E1480C

Tints of Persimmon #E1480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

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

R = 72.82%
G = 23.3%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1480C (or 0xE1480C) is known color: Persimmon. HEX triplet: E1, 48 and 0C. RGB value is (225,72,12). Sum of RGB (Red+Green+Blue) = 225+72+12=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1480C is #1EB7F3. Grayscale: #6F6F6F. Windows color (decimal): -2013172 or 805089. OLE color: 805089.

HSL color Cylindrical-coordinate representation of color #E1480C: hue angle of 16.9º 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 #E1480C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 12 -
CMYK 0 0.68 0.95 0.12
HSL 16.9º 0.9% 0.46% -
HSV(B) 16.9º 0.95% 0.88% -
XYZ 33.44 20.67 2.58 -
YUV 110.91 72.19 209.38 -
System Red Green Blue C M Y K H S L
Decimal 225 72 12 0 0.68 0.95 0.12 16.9 0.9 0.46
Hex E1 48 C 0 44 5F C 11 5A 2E
Octal 341 110 14 0 104 137 14 21 132 56
Binary 11100001 1001000 1100 0 1000100 1011111 1100 10001 1011010 101110

Color Harmonies of #E1480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1480C

Black with #E1480C

Text Example


Text Example

White with #E1480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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