Html Css Color HEX #E3440F Persimmon

📋 copy color: '#E3440F'

red 227 ◦ green 68 ◦ blue 15

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

Shades of Persimmon #E3440F

Tints of Persimmon #E3440F

RGB

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

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

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

R = 73.23%
G = 21.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3440F (or 0xE3440F) is known color: Persimmon. HEX triplet: E3, 44 and 0F. RGB value is (227,68,15). Sum of RGB (Red+Green+Blue) = 227+68+15=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E3440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3440F is #1CBBF0. Grayscale: #6D6D6D. Windows color (decimal): -1883121 or 1000675. OLE color: 1000675.

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

Color convert

RGB 227 68 15 -
CMYK 0 0.70 0.93 0.11
HSL 15º 0.88% 0.47% -
HSV(B) 15º 0.93% 0.89% -
XYZ 33.83 20.5 2.63 -
YUV 109.5 74.68 211.81 -
System Red Green Blue C M Y K H S L
Decimal 227 68 15 0 0.70 0.93 0.11 15 0.88 0.47
Hex E3 44 F 0 46 5D B F 58 2F
Octal 343 104 17 0 106 135 13 17 130 57
Binary 11100011 1000100 1111 0 1000110 1011101 1011 1111 1011000 101111

Color Harmonies of #E3440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3440F

Black with #E3440F

Text Example


Text Example

White with #E3440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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