Html Css Color HEX #E14004 Persimmon

📋 copy color: '#E14004'

red 225 ◦ green 64 ◦ blue 4

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

Shades of Persimmon #E14004

Tints of Persimmon #E14004

RGB

 RED value IS 225 (88.28% from 255) = 76.79%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 76.79%
G = 21.84%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14004 (or 0xE14004) is known color: Persimmon. HEX triplet: E1, 40 and 04. RGB value is (225,64,4). Sum of RGB (Red+Green+Blue) = 225+64+4=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E14004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14004 is #1EBFFB. Grayscale: #696969. Windows color (decimal): -2015228 or 278753. OLE color: 278753.

HSL color Cylindrical-coordinate representation of color #E14004: hue angle of 16.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E14004 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 4 -
CMYK 0 0.72 0.98 0.12
HSL 16.29º 0.97% 0.45% -
HSV(B) 16.29º 0.98% 0.88% -
XYZ 32.91 19.68 2.18 -
YUV 105.3 70.84 213.38 -
System Red Green Blue C M Y K H S L
Decimal 225 64 4 0 0.72 0.98 0.12 16.29 0.97 0.45
Hex E1 40 4 0 48 62 C 10 61 2D
Octal 341 100 4 0 110 142 14 20 141 55
Binary 11100001 1000000 100 0 1001000 1100010 1100 10000 1100001 101101

Color Harmonies of #E14004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14004

Black with #E14004

Text Example


Text Example

White with #E14004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14004; }

 p { color: rgb(225,64,4); }

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

background-color css

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

 a { background-color: rgb(225,64,4); }

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

border-color css

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

 span { border-color: rgb(225,64,4); }

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