Html Css Color HEX #E3640C Persimmon

📋 copy color: '#E3640C'

red 227 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #E3640C

Tints of Persimmon #E3640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 66.96%
G = 29.5%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3640C (or 0xE3640C) is known color: Persimmon. HEX triplet: E3, 64 and 0C. RGB value is (227,100,12). Sum of RGB (Red+Green+Blue) = 227+100+12=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3640C is #1C9BF3. Grayscale: #808080. Windows color (decimal): -1874932 or 812259. OLE color: 812259.

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

Color convert

RGB 227 100 12 -
CMYK 0 0.56 0.95 0.11
HSL 24.56º 0.9% 0.47% -
HSV(B) 24.56º 0.95% 0.89% -
XYZ 36.3 25.47 3.35 -
YUV 127.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 227 100 12 0 0.56 0.95 0.11 24.56 0.9 0.47
Hex E3 64 C 0 38 5F B 19 5A 2F
Octal 343 144 14 0 70 137 13 31 132 57
Binary 11100011 1100100 1100 0 111000 1011111 1011 11001 1011010 101111

Color Harmonies of #E3640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3640C

Black with #E3640C

Text Example


Text Example

White with #E3640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3640C; }

 p { color: rgb(227,100,12); }

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

background-color css

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

 a { background-color: rgb(227,100,12); }

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

border-color css

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

 span { border-color: rgb(227,100,12); }

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