Html Css Color HEX #E64813 Persimmon

📋 copy color: '#E64813'

red 230 ◦ green 72 ◦ blue 19

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

Shades of Persimmon #E64813

Tints of Persimmon #E64813

RGB

 RED value IS 230 (90.23% from 255) = 71.65%

 GREEN value IS 72 (28.52% from 255) = 22.43%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 71.65%
G = 22.43%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E64813 (or 0xE64813) is known color: Persimmon. HEX triplet: E6, 48 and 13. RGB value is (230,72,19). Sum of RGB (Red+Green+Blue) = 230+72+19=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64813 is #19B7EC. Grayscale: #717171. Windows color (decimal): -1685485 or 1263846. OLE color: 1263846.

HSL color Cylindrical-coordinate representation of color #E64813: hue angle of 15.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E64813 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 72 19 -
CMYK 0 0.69 0.92 0.10
HSL 15.07º 0.85% 0.49% -
HSV(B) 15.07º 0.92% 0.9% -
XYZ 35.07 21.5 2.92 -
YUV 113.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 230 72 19 0 0.69 0.92 0.10 15.07 0.85 0.49
Hex E6 48 13 0 45 5C A F 55 31
Octal 346 110 23 0 105 134 12 17 125 61
Binary 11100110 1001000 10011 0 1000101 1011100 1010 1111 1010101 110001

Color Harmonies of #E64813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64813

Black with #E64813

Text Example


Text Example

White with #E64813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64813; }

 p { color: rgb(230,72,19); }

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

background-color css

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

 a { background-color: rgb(230,72,19); }

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

border-color css

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

 span { border-color: rgb(230,72,19); }

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