Html Css Color HEX #E3460D Persimmon

📋 copy color: '#E3460D'

red 227 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #E3460D

Tints of Persimmon #E3460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 73.23%
G = 22.58%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3460D (or 0xE3460D) is known color: Persimmon. HEX triplet: E3, 46 and 0D. RGB value is (227,70,13). Sum of RGB (Red+Green+Blue) = 227+70+13=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E3460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3460D is #1CB9F2. Grayscale: #6E6E6E. Windows color (decimal): -1882611 or 870115. OLE color: 870115.

HSL color Cylindrical-coordinate representation of color #E3460D: hue angle of 15.98º 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 #E3460D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 70 13 -
CMYK 0 0.69 0.94 0.11
HSL 15.98º 0.89% 0.47% -
HSV(B) 15.98º 0.94% 0.89% -
XYZ 33.94 20.74 2.6 -
YUV 110.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 227 70 13 0 0.69 0.94 0.11 15.98 0.89 0.47
Hex E3 46 D 0 45 5E B 10 59 2F
Octal 343 106 15 0 105 136 13 20 131 57
Binary 11100011 1000110 1101 0 1000101 1011110 1011 10000 1011001 101111

Color Harmonies of #E3460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3460D

Black with #E3460D

Text Example


Text Example

White with #E3460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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