Html Css Color HEX #E44514 Persimmon

📋 copy color: '#E44514'

red 228 ◦ green 69 ◦ blue 20

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

Shades of Persimmon #E44514

Tints of Persimmon #E44514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 71.92%
G = 21.77%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E44514 (or 0xE44514) is known color: Persimmon. HEX triplet: E4, 45 and 14. RGB value is (228,69,20). Sum of RGB (Red+Green+Blue) = 228+69+20=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E44514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44514 is #1BBAEB. Grayscale: #6F6F6F. Windows color (decimal): -1817324 or 1328612. OLE color: 1328612.

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

Color convert

RGB 228 69 20 -
CMYK 0 0.70 0.91 0.11
HSL 14.13º 0.84% 0.49% -
HSV(B) 14.13º 0.91% 0.89% -
XYZ 34.25 20.8 2.87 -
YUV 110.96 76.68 211.48 -
System Red Green Blue C M Y K H S L
Decimal 228 69 20 0 0.70 0.91 0.11 14.13 0.84 0.49
Hex E4 45 14 0 46 5B B E 54 31
Octal 344 105 24 0 106 133 13 16 124 61
Binary 11100100 1000101 10100 0 1000110 1011011 1011 1110 1010100 110001

Color Harmonies of #E44514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44514

Black with #E44514

Text Example


Text Example

White with #E44514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44514; }

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

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

background-color css

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

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

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

border-color css

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

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

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