Html Css Color HEX #E3480D Persimmon

📋 copy color: '#E3480D'

red 227 ◦ green 72 ◦ blue 13

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

Shades of Persimmon #E3480D

Tints of Persimmon #E3480D

RGB

 RED value IS 227 (89.06% from 255) = 72.76%

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 72.76%
G = 23.08%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3480D (or 0xE3480D) is known color: Persimmon. HEX triplet: E3, 48 and 0D. RGB value is (227,72,13). Sum of RGB (Red+Green+Blue) = 227+72+13=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E3480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3480D is #1CB7F2. Grayscale: #707070. Windows color (decimal): -1882099 or 870627. OLE color: 870627.

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

Color convert

RGB 227 72 13 -
CMYK 0 0.68 0.94 0.11
HSL 16.54º 0.89% 0.47% -
HSV(B) 16.54º 0.94% 0.89% -
XYZ 34.07 20.99 2.64 -
YUV 111.62 72.35 210.3 -
System Red Green Blue C M Y K H S L
Decimal 227 72 13 0 0.68 0.94 0.11 16.54 0.89 0.47
Hex E3 48 D 0 44 5E B 11 59 2F
Octal 343 110 15 0 104 136 13 21 131 57
Binary 11100011 1001000 1101 0 1000100 1011110 1011 10001 1011001 101111

Color Harmonies of #E3480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3480D

Black with #E3480D

Text Example


Text Example

White with #E3480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3480D; }

 p { color: rgb(227,72,13); }

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

background-color css

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

 a { background-color: rgb(227,72,13); }

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

border-color css

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

 span { border-color: rgb(227,72,13); }

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