Html Css Color HEX #E34F0F Persimmon

📋 copy color: '#E34F0F'

red 227 ◦ green 79 ◦ blue 15

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

Shades of Persimmon #E34F0F

Tints of Persimmon #E34F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

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

R = 70.72%
G = 24.61%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E34F0F (or 0xE34F0F) is known color: Persimmon. HEX triplet: E3, 4F and 0F. RGB value is (227,79,15). Sum of RGB (Red+Green+Blue) = 227+79+15=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E34F0F is #1CB0F0. Grayscale: #747474. Windows color (decimal): -1880305 or 1003491. OLE color: 1003491.

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

Color convert

RGB 227 79 15 -
CMYK 0 0.65 0.93 0.11
HSL 18.11º 0.88% 0.47% -
HSV(B) 18.11º 0.93% 0.89% -
XYZ 34.56 21.96 2.87 -
YUV 115.96 71.03 207.2 -
System Red Green Blue C M Y K H S L
Decimal 227 79 15 0 0.65 0.93 0.11 18.11 0.88 0.47
Hex E3 4F F 0 41 5D B 12 58 2F
Octal 343 117 17 0 101 135 13 22 130 57
Binary 11100011 1001111 1111 0 1000001 1011101 1011 10010 1011000 101111

Color Harmonies of #E34F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F0F

Black with #E34F0F

Text Example


Text Example

White with #E34F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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