Html Css Color HEX #E3480F Persimmon

📋 copy color: '#E3480F'

red 227 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #E3480F

Tints of Persimmon #E3480F

RGB

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

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

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

R = 72.29%
G = 22.93%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3480F (or 0xE3480F) is known color: Persimmon. HEX triplet: E3, 48 and 0F. RGB value is (227,72,15). Sum of RGB (Red+Green+Blue) = 227+72+15=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E3480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3480F is #1CB7F0. Grayscale: #707070. Windows color (decimal): -1882097 or 1001699. OLE color: 1001699.

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

Color convert

RGB 227 72 15 -
CMYK 0 0.68 0.93 0.11
HSL 16.13º 0.88% 0.47% -
HSV(B) 16.13º 0.93% 0.89% -
XYZ 34.08 21 2.71 -
YUV 111.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 227 72 15 0 0.68 0.93 0.11 16.13 0.88 0.47
Hex E3 48 F 0 44 5D B 10 58 2F
Octal 343 110 17 0 104 135 13 20 130 57
Binary 11100011 1001000 1111 0 1000100 1011101 1011 10000 1011000 101111

Color Harmonies of #E3480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3480F

Black with #E3480F

Text Example


Text Example

White with #E3480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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