Html Css Color HEX #E3620C Persimmon

📋 copy color: '#E3620C'

red 227 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #E3620C

Tints of Persimmon #E3620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 67.36%
G = 29.08%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3620C (or 0xE3620C) is known color: Persimmon. HEX triplet: E3, 62 and 0C. RGB value is (227,98,12). Sum of RGB (Red+Green+Blue) = 227+98+12=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3620C is #1C9DF3. Grayscale: #7F7F7F. Windows color (decimal): -1875444 or 811747. OLE color: 811747.

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

Color convert

RGB 227 98 12 -
CMYK 0 0.57 0.95 0.11
HSL 24º 0.9% 0.47% -
HSV(B) 24º 0.95% 0.89% -
XYZ 36.11 25.09 3.29 -
YUV 126.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 227 98 12 0 0.57 0.95 0.11 24 0.9 0.47
Hex E3 62 C 0 39 5F B 18 5A 2F
Octal 343 142 14 0 71 137 13 30 132 57
Binary 11100011 1100010 1100 0 111001 1011111 1011 11000 1011010 101111

Color Harmonies of #E3620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3620C

Black with #E3620C

Text Example


Text Example

White with #E3620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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