Html Css Color HEX #E34616 Persimmon

📋 copy color: '#E34616'

red 227 ◦ green 70 ◦ blue 22

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

Shades of Persimmon #E34616

Tints of Persimmon #E34616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 71.16%
G = 21.94%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E34616 (or 0xE34616) is known color: Persimmon. HEX triplet: E3, 46 and 16. RGB value is (227,70,22). Sum of RGB (Red+Green+Blue) = 227+70+22=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E34616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34616 is #1CB9E9. Grayscale: #6F6F6F. Windows color (decimal): -1882602 or 1459939. OLE color: 1459939.

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

Color convert

RGB 227 70 22 -
CMYK 0 0.69 0.90 0.11
HSL 14.05º 0.82% 0.49% -
HSV(B) 14.05º 0.9% 0.89% -
XYZ 34.01 20.77 2.98 -
YUV 111.47 77.51 210.4 -
System Red Green Blue C M Y K H S L
Decimal 227 70 22 0 0.69 0.90 0.11 14.05 0.82 0.49
Hex E3 46 16 0 45 5A B E 52 31
Octal 343 106 26 0 105 132 13 16 122 61
Binary 11100011 1000110 10110 0 1000101 1011010 1011 1110 1010010 110001

Color Harmonies of #E34616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34616

Black with #E34616

Text Example


Text Example

White with #E34616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34616; }

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

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

background-color css

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

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

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

border-color css

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

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

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