Html Css Color HEX #E14401 Persimmon

📋 copy color: '#E14401'

red 225 ◦ green 68 ◦ blue 1

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

Shades of Persimmon #E14401

Tints of Persimmon #E14401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 76.53%
G = 23.13%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E14401 (or 0xE14401) is known color: Persimmon. HEX triplet: E1, 44 and 01. RGB value is (225,68,1). Sum of RGB (Red+Green+Blue) = 225+68+1=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E14401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14401 is #1EBBFE. Grayscale: #6B6B6B. Windows color (decimal): -2014207 or 83169. OLE color: 83169.

HSL color Cylindrical-coordinate representation of color #E14401: hue angle of 17.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14401 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 1 -
CMYK 0 0.70 1.00 0.12
HSL 17.95º 0.99% 0.44% -
HSV(B) 17.95º 1% 0.88% -
XYZ 33.12 20.14 2.17 -
YUV 107.31 68.01 211.95 -
System Red Green Blue C M Y K H S L
Decimal 225 68 1 0 0.70 1.00 0.12 17.95 0.99 0.44
Hex E1 44 1 0 46 64 C 12 63 2C
Octal 341 104 1 0 106 144 14 22 143 54
Binary 11100001 1000100 1 0 1000110 1100100 1100 10010 1100011 101100

Color Harmonies of #E14401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14401

Black with #E14401

Text Example


Text Example

White with #E14401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14401; }

 p { color: rgb(225,68,1); }

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

background-color css

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

 a { background-color: rgb(225,68,1); }

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

border-color css

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

 span { border-color: rgb(225,68,1); }

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