Html Css Color HEX #E14301 Persimmon

📋 copy color: '#E14301'

red 225 ◦ green 67 ◦ blue 1

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

Shades of Persimmon #E14301

Tints of Persimmon #E14301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 76.79%
G = 22.87%
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

#E14301 (or 0xE14301) is known color: Persimmon. HEX triplet: E1, 43 and 01. RGB value is (225,67,1). Sum of RGB (Red+Green+Blue) = 225+67+1=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E14301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14301 is #1EBCFE. Grayscale: #6B6B6B. Windows color (decimal): -2014463 or 82913. OLE color: 82913.

HSL color Cylindrical-coordinate representation of color #E14301: hue angle of 17.68º 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 #E14301 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 1 -
CMYK 0 0.70 1.00 0.12
HSL 17.68º 0.99% 0.44% -
HSV(B) 17.68º 1% 0.88% -
XYZ 33.06 20.02 2.15 -
YUV 106.72 68.35 212.37 -
System Red Green Blue C M Y K H S L
Decimal 225 67 1 0 0.70 1.00 0.12 17.68 0.99 0.44
Hex E1 43 1 0 46 64 C 12 63 2C
Octal 341 103 1 0 106 144 14 22 143 54
Binary 11100001 1000011 1 0 1000110 1100100 1100 10010 1100011 101100

Color Harmonies of #E14301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14301

Black with #E14301

Text Example


Text Example

White with #E14301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14301; }

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

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

background-color css

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

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

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

border-color css

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

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

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