Html Css Color HEX #E54313 Persimmon

📋 copy color: '#E54313'

red 229 ◦ green 67 ◦ blue 19

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

Shades of Persimmon #E54313

Tints of Persimmon #E54313

RGB

 RED value IS 229 (89.84% from 255) = 72.7%

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

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

R = 72.7%
G = 21.27%
B = 6.03%

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

#E54313 (or 0xE54313) is known color: Persimmon. HEX triplet: E5, 43 and 13. RGB value is (229,67,19). Sum of RGB (Red+Green+Blue) = 229+67+19=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E54313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54313 is #1ABCEC. Grayscale: #6E6E6E. Windows color (decimal): -1752301 or 1262565. OLE color: 1262565.

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

Color convert

RGB 229 67 19 -
CMYK 0 0.71 0.92 0.10
HSL 13.71º 0.85% 0.49% -
HSV(B) 13.71º 0.92% 0.9% -
XYZ 34.44 20.72 2.8 -
YUV 109.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 229 67 19 0 0.71 0.92 0.10 13.71 0.85 0.49
Hex E5 43 13 0 47 5C A E 55 31
Octal 345 103 23 0 107 134 12 16 125 61
Binary 11100101 1000011 10011 0 1000111 1011100 1010 1110 1010101 110001

Color Harmonies of #E54313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54313

Black with #E54313

Text Example


Text Example

White with #E54313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54313; }

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

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

background-color css

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

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

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

border-color css

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

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

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