Html Css Color HEX #E34412 Persimmon

📋 copy color: '#E34412'

red 227 ◦ green 68 ◦ blue 18

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

Shades of Persimmon #E34412

Tints of Persimmon #E34412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 72.52%
G = 21.73%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E34412 (or 0xE34412) is known color: Persimmon. HEX triplet: E3, 44 and 12. RGB value is (227,68,18). Sum of RGB (Red+Green+Blue) = 227+68+18=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E34412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34412 is #1CBBED. Grayscale: #6E6E6E. Windows color (decimal): -1883118 or 1197283. OLE color: 1197283.

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

Color convert

RGB 227 68 18 -
CMYK 0 0.70 0.92 0.11
HSL 14.35º 0.85% 0.48% -
HSV(B) 14.35º 0.92% 0.89% -
XYZ 33.85 20.51 2.75 -
YUV 109.84 76.18 211.57 -
System Red Green Blue C M Y K H S L
Decimal 227 68 18 0 0.70 0.92 0.11 14.35 0.85 0.48
Hex E3 44 12 0 46 5C B E 55 30
Octal 343 104 22 0 106 134 13 16 125 60
Binary 11100011 1000100 10010 0 1000110 1011100 1011 1110 1010101 110000

Color Harmonies of #E34412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34412

Black with #E34412

Text Example


Text Example

White with #E34412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34412; }

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

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

background-color css

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

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

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

border-color css

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

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

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