Html Css Color HEX #E04201 Persimmon

📋 copy color: '#E04201'

red 224 ◦ green 66 ◦ blue 1

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

Shades of Persimmon #E04201

Tints of Persimmon #E04201

RGB

 RED value IS 224 (87.89% from 255) = 76.98%

 GREEN value IS 66 (26.17% from 255) = 22.68%

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

R = 76.98%
G = 22.68%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E04201 (or 0xE04201) is known color: Persimmon. HEX triplet: E0, 42 and 01. RGB value is (224,66,1). Sum of RGB (Red+Green+Blue) = 224+66+1=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E04201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04201 is #1FBDFE. Grayscale: #6A6A6A. Windows color (decimal): -2080255 or 82656. OLE color: 82656.

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

Color convert

RGB 224 66 1 -
CMYK 0 0.71 1.00 0.12
HSL 17.49º 0.99% 0.44% -
HSV(B) 17.49º 1% 0.88% -
XYZ 32.69 19.75 2.12 -
YUV 105.83 68.85 212.29 -
System Red Green Blue C M Y K H S L
Decimal 224 66 1 0 0.71 1.00 0.12 17.49 0.99 0.44
Hex E0 42 1 0 47 64 C 11 63 2C
Octal 340 102 1 0 107 144 14 21 143 54
Binary 11100000 1000010 1 0 1000111 1100100 1100 10001 1100011 101100

Color Harmonies of #E04201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04201

Black with #E04201

Text Example


Text Example

White with #E04201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04201; }

 p { color: rgb(224,66,1); }

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

background-color css

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

 a { background-color: rgb(224,66,1); }

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

border-color css

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

 span { border-color: rgb(224,66,1); }

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