Html Css Color HEX #E34615 Persimmon

📋 copy color: '#E34615'

red 227 ◦ green 70 ◦ blue 21

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

Shades of Persimmon #E34615

Tints of Persimmon #E34615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 71.38%
G = 22.01%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E34615 (or 0xE34615) is known color: Persimmon. HEX triplet: E3, 46 and 15. RGB value is (227,70,21). Sum of RGB (Red+Green+Blue) = 227+70+21=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E34615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34615 is #1CB9EA. Grayscale: #6F6F6F. Windows color (decimal): -1882603 or 1394403. OLE color: 1394403.

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

Color convert

RGB 227 70 21 -
CMYK 0 0.69 0.91 0.11
HSL 14.27º 0.83% 0.49% -
HSV(B) 14.27º 0.91% 0.89% -
XYZ 34 20.77 2.93 -
YUV 111.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 227 70 21 0 0.69 0.91 0.11 14.27 0.83 0.49
Hex E3 46 15 0 45 5B B E 53 31
Octal 343 106 25 0 105 133 13 16 123 61
Binary 11100011 1000110 10101 0 1000101 1011011 1011 1110 1010011 110001

Color Harmonies of #E34615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34615

Black with #E34615

Text Example


Text Example

White with #E34615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34615; }

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

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

background-color css

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

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

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

border-color css

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

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

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