Html Css Color HEX #E64313 Persimmon

📋 copy color: '#E64313'

red 230 ◦ green 67 ◦ blue 19

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

Shades of Persimmon #E64313

Tints of Persimmon #E64313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 72.78%
G = 21.2%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E64313 (or 0xE64313) is known color: Persimmon. HEX triplet: E6, 43 and 13. RGB value is (230,67,19). Sum of RGB (Red+Green+Blue) = 230+67+19=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E64313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64313 is #19BCEC. Grayscale: #6E6E6E. Windows color (decimal): -1686765 or 1262566. OLE color: 1262566.

HSL color Cylindrical-coordinate representation of color #E64313: hue angle of 13.65º 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 #E64313 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 67 19 -
CMYK 0 0.71 0.92 0.10
HSL 13.65º 0.85% 0.49% -
HSV(B) 13.65º 0.92% 0.9% -
XYZ 34.76 20.88 2.82 -
YUV 110.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 230 67 19 0 0.71 0.92 0.10 13.65 0.85 0.49
Hex E6 43 13 0 47 5C A E 55 31
Octal 346 103 23 0 107 134 12 16 125 61
Binary 11100110 1000011 10011 0 1000111 1011100 1010 1110 1010101 110001

Color Harmonies of #E64313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64313

Black with #E64313

Text Example


Text Example

White with #E64313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64313; }

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

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

background-color css

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

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

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

border-color css

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

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

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