Html Css Color HEX #E54312 Persimmon

📋 copy color: '#E54312'

red 229 ◦ green 67 ◦ blue 18

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

Shades of Persimmon #E54312

Tints of Persimmon #E54312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 72.93%
G = 21.34%
B = 5.73%

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

#E54312 (or 0xE54312) is known color: Persimmon. HEX triplet: E5, 43 and 12. RGB value is (229,67,18). Sum of RGB (Red+Green+Blue) = 229+67+18=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E54312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54312 is #1ABCED. Grayscale: #6E6E6E. Windows color (decimal): -1752302 or 1197029. OLE color: 1197029.

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

Color convert

RGB 229 67 18 -
CMYK 0 0.71 0.92 0.10
HSL 13.93º 0.85% 0.48% -
HSV(B) 13.93º 0.92% 0.9% -
XYZ 34.43 20.72 2.76 -
YUV 109.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 229 67 18 0 0.71 0.92 0.10 13.93 0.85 0.48
Hex E5 43 12 0 47 5C A E 55 30
Octal 345 103 22 0 107 134 12 16 125 60
Binary 11100101 1000011 10010 0 1000111 1011100 1010 1110 1010101 110000

Color Harmonies of #E54312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54312

Black with #E54312

Text Example


Text Example

White with #E54312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54312; }

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

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

background-color css

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

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

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

border-color css

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

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

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