Html Css Color HEX #E1480A Persimmon

📋 copy color: '#E1480A'

red 225 ◦ green 72 ◦ blue 10

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

Shades of Persimmon #E1480A

Tints of Persimmon #E1480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 73.29%
G = 23.45%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1480A (or 0xE1480A) is known color: Persimmon. HEX triplet: E1, 48 and 0A. RGB value is (225,72,10). Sum of RGB (Red+Green+Blue) = 225+72+10=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1480A is #1EB7F5. Grayscale: #6F6F6F. Windows color (decimal): -2013174 or 674017. OLE color: 674017.

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

Color convert

RGB 225 72 10 -
CMYK 0 0.68 0.96 0.12
HSL 17.3º 0.91% 0.46% -
HSV(B) 17.3º 0.96% 0.88% -
XYZ 33.42 20.66 2.51 -
YUV 110.68 71.19 209.54 -
System Red Green Blue C M Y K H S L
Decimal 225 72 10 0 0.68 0.96 0.12 17.3 0.91 0.46
Hex E1 48 A 0 44 60 C 11 5B 2E
Octal 341 110 12 0 104 140 14 21 133 56
Binary 11100001 1001000 1010 0 1000100 1100000 1100 10001 1011011 101110

Color Harmonies of #E1480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1480A

Black with #E1480A

Text Example


Text Example

White with #E1480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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