Html Css Color HEX #E44D13 Persimmon

📋 copy color: '#E44D13'

red 228 ◦ green 77 ◦ blue 19

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

Shades of Persimmon #E44D13

Tints of Persimmon #E44D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

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

R = 70.37%
G = 23.77%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E44D13 (or 0xE44D13) is known color: Persimmon. HEX triplet: E4, 4D and 13. RGB value is (228,77,19). Sum of RGB (Red+Green+Blue) = 228+77+19=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44D13 is #1BB2EC. Grayscale: #737373. Windows color (decimal): -1815277 or 1265124. OLE color: 1265124.

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

Color convert

RGB 228 77 19 -
CMYK 0 0.66 0.92 0.11
HSL 16.65º 0.85% 0.48% -
HSV(B) 16.65º 0.92% 0.89% -
XYZ 34.77 21.85 3 -
YUV 115.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 228 77 19 0 0.66 0.92 0.11 16.65 0.85 0.48
Hex E4 4D 13 0 42 5C B 11 55 30
Octal 344 115 23 0 102 134 13 21 125 60
Binary 11100100 1001101 10011 0 1000010 1011100 1011 10001 1010101 110000

Color Harmonies of #E44D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D13

Black with #E44D13

Text Example


Text Example

White with #E44D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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