Html Css Color HEX #E34E0F Persimmon

📋 copy color: '#E34E0F'

red 227 ◦ green 78 ◦ blue 15

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

Shades of Persimmon #E34E0F

Tints of Persimmon #E34E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 70.94%
G = 24.38%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E34E0F (or 0xE34E0F) is known color: Persimmon. HEX triplet: E3, 4E and 0F. RGB value is (227,78,15). Sum of RGB (Red+Green+Blue) = 227+78+15=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E34E0F is #1CB1F0. Grayscale: #737373. Windows color (decimal): -1880561 or 1003235. OLE color: 1003235.

HSL color Cylindrical-coordinate representation of color #E34E0F: hue angle of 17.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E34E0F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 78 15 -
CMYK 0 0.66 0.93 0.11
HSL 17.83º 0.88% 0.47% -
HSV(B) 17.83º 0.93% 0.89% -
XYZ 34.49 21.81 2.84 -
YUV 115.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 227 78 15 0 0.66 0.93 0.11 17.83 0.88 0.47
Hex E3 4E F 0 42 5D B 12 58 2F
Octal 343 116 17 0 102 135 13 22 130 57
Binary 11100011 1001110 1111 0 1000010 1011101 1011 10010 1011000 101111

Color Harmonies of #E34E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34E0F

Black with #E34E0F

Text Example


Text Example

White with #E34E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34E0F; }

 p { color: rgb(227,78,15); }

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

background-color css

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

 a { background-color: rgb(227,78,15); }

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

border-color css

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

 span { border-color: rgb(227,78,15); }

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