Html Css Color HEX #E44513 Persimmon

📋 copy color: '#E44513'

red 228 ◦ green 69 ◦ blue 19

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

Shades of Persimmon #E44513

Tints of Persimmon #E44513

RGB

 RED value IS 228 (89.45% from 255) = 72.15%

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 72.15%
G = 21.84%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E44513 (or 0xE44513) is known color: Persimmon. HEX triplet: E4, 45 and 13. RGB value is (228,69,19). Sum of RGB (Red+Green+Blue) = 228+69+19=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E44513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44513 is #1BBAEC. Grayscale: #6F6F6F. Windows color (decimal): -1817325 or 1263076. OLE color: 1263076.

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

Color convert

RGB 228 69 19 -
CMYK 0 0.70 0.92 0.11
HSL 14.35º 0.85% 0.48% -
HSV(B) 14.35º 0.92% 0.89% -
XYZ 34.24 20.8 2.83 -
YUV 110.84 76.18 211.57 -
System Red Green Blue C M Y K H S L
Decimal 228 69 19 0 0.70 0.92 0.11 14.35 0.85 0.48
Hex E4 45 13 0 46 5C B E 55 30
Octal 344 105 23 0 106 134 13 16 125 60
Binary 11100100 1000101 10011 0 1000110 1011100 1011 1110 1010101 110000

Color Harmonies of #E44513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44513

Black with #E44513

Text Example


Text Example

White with #E44513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44513; }

 p { color: rgb(228,69,19); }

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

background-color css

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

 a { background-color: rgb(228,69,19); }

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

border-color css

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

 span { border-color: rgb(228,69,19); }

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