Html Css Color HEX #E3460A Persimmon

📋 copy color: '#E3460A'

red 227 ◦ green 70 ◦ blue 10

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

Shades of Persimmon #E3460A

Tints of Persimmon #E3460A

RGB

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

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

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

R = 73.94%
G = 22.8%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3460A (or 0xE3460A) is known color: Persimmon. HEX triplet: E3, 46 and 0A. RGB value is (227,70,10). Sum of RGB (Red+Green+Blue) = 227+70+10=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E3460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3460A is #1CB9F5. Grayscale: #6E6E6E. Windows color (decimal): -1882614 or 673507. OLE color: 673507.

HSL color Cylindrical-coordinate representation of color #E3460A: hue angle of 16.59º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3460A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 70 10 -
CMYK 0 0.69 0.96 0.11
HSL 16.59º 0.92% 0.46% -
HSV(B) 16.59º 0.96% 0.89% -
XYZ 33.92 20.73 2.5 -
YUV 110.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 227 70 10 0 0.69 0.96 0.11 16.59 0.92 0.46
Hex E3 46 A 0 45 60 B 11 5C 2E
Octal 343 106 12 0 105 140 13 21 134 56
Binary 11100011 1000110 1010 0 1000101 1100000 1011 10001 1011100 101110

Color Harmonies of #E3460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3460A

Black with #E3460A

Text Example


Text Example

White with #E3460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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