Html Css Color HEX #E34613 Persimmon

📋 copy color: '#E34613'

red 227 ◦ green 70 ◦ blue 19

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

Shades of Persimmon #E34613

Tints of Persimmon #E34613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 71.84%
G = 22.15%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E34613 (or 0xE34613) is known color: Persimmon. HEX triplet: E3, 46 and 13. RGB value is (227,70,19). Sum of RGB (Red+Green+Blue) = 227+70+19=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E34613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34613 is #1CB9EC. Grayscale: #6F6F6F. Windows color (decimal): -1882605 or 1263331. OLE color: 1263331.

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

Color convert

RGB 227 70 19 -
CMYK 0 0.69 0.92 0.11
HSL 14.71º 0.85% 0.48% -
HSV(B) 14.71º 0.92% 0.89% -
XYZ 33.99 20.76 2.83 -
YUV 111.13 76.01 210.65 -
System Red Green Blue C M Y K H S L
Decimal 227 70 19 0 0.69 0.92 0.11 14.71 0.85 0.48
Hex E3 46 13 0 45 5C B F 55 30
Octal 343 106 23 0 105 134 13 17 125 60
Binary 11100011 1000110 10011 0 1000101 1011100 1011 1111 1010101 110000

Color Harmonies of #E34613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34613

Black with #E34613

Text Example


Text Example

White with #E34613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34613; }

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

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

background-color css

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

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

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

border-color css

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

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

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