Html Css Color HEX #E34612 Persimmon

📋 copy color: '#E34612'

red 227 ◦ green 70 ◦ blue 18

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

Shades of Persimmon #E34612

Tints of Persimmon #E34612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 72.06%
G = 22.22%
B = 5.71%

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

#E34612 (or 0xE34612) is known color: Persimmon. HEX triplet: E3, 46 and 12. RGB value is (227,70,18). Sum of RGB (Red+Green+Blue) = 227+70+18=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E34612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34612 is #1CB9ED. Grayscale: #6F6F6F. Windows color (decimal): -1882606 or 1197795. OLE color: 1197795.

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

Color convert

RGB 227 70 18 -
CMYK 0 0.69 0.92 0.11
HSL 14.93º 0.85% 0.48% -
HSV(B) 14.93º 0.92% 0.89% -
XYZ 33.98 20.75 2.79 -
YUV 111.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 227 70 18 0 0.69 0.92 0.11 14.93 0.85 0.48
Hex E3 46 12 0 45 5C B F 55 30
Octal 343 106 22 0 105 134 13 17 125 60
Binary 11100011 1000110 10010 0 1000101 1011100 1011 1111 1010101 110000

Color Harmonies of #E34612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34612

Black with #E34612

Text Example


Text Example

White with #E34612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34612; }

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

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

background-color css

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

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

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

border-color css

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

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

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