Html Css Color HEX #E54412 Persimmon

📋 copy color: '#E54412'

red 229 ◦ green 68 ◦ blue 18

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

Shades of Persimmon #E54412

Tints of Persimmon #E54412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 72.7%
G = 21.59%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E54412 (or 0xE54412) is known color: Persimmon. HEX triplet: E5, 44 and 12. RGB value is (229,68,18). Sum of RGB (Red+Green+Blue) = 229+68+18=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E54412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54412 is #1ABBED. Grayscale: #6E6E6E. Windows color (decimal): -1752046 or 1197285. OLE color: 1197285.

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

Color convert

RGB 229 68 18 -
CMYK 0 0.70 0.92 0.10
HSL 14.22º 0.85% 0.48% -
HSV(B) 14.22º 0.92% 0.9% -
XYZ 34.49 20.84 2.78 -
YUV 110.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 229 68 18 0 0.70 0.92 0.10 14.22 0.85 0.48
Hex E5 44 12 0 46 5C A E 55 30
Octal 345 104 22 0 106 134 12 16 125 60
Binary 11100101 1000100 10010 0 1000110 1011100 1010 1110 1010101 110000

Color Harmonies of #E54412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54412

Black with #E54412

Text Example


Text Example

White with #E54412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54412; }

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

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

background-color css

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

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

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

border-color css

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

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

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