Html Css Color HEX #E44D0D Persimmon

📋 copy color: '#E44D0D'

red 228 ◦ green 77 ◦ blue 13

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

Shades of Persimmon #E44D0D

Tints of Persimmon #E44D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 71.7%
G = 24.21%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E44D0D (or 0xE44D0D) is known color: Persimmon. HEX triplet: E4, 4D and 0D. RGB value is (228,77,13). Sum of RGB (Red+Green+Blue) = 228+77+13=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44D0D is #1BB2F2. Grayscale: #737373. Windows color (decimal): -1815283 or 871908. OLE color: 871908.

HSL color Cylindrical-coordinate representation of color #E44D0D: hue angle of 17.86º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E44D0D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 77 13 -
CMYK 0 0.66 0.94 0.11
HSL 17.86º 0.89% 0.47% -
HSV(B) 17.86º 0.94% 0.89% -
XYZ 34.72 21.83 2.76 -
YUV 114.85 70.53 208.7 -
System Red Green Blue C M Y K H S L
Decimal 228 77 13 0 0.66 0.94 0.11 17.86 0.89 0.47
Hex E4 4D D 0 42 5E B 12 59 2F
Octal 344 115 15 0 102 136 13 22 131 57
Binary 11100100 1001101 1101 0 1000010 1011110 1011 10010 1011001 101111

Color Harmonies of #E44D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D0D

Black with #E44D0D

Text Example


Text Example

White with #E44D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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