Html Css Color HEX #E5420D Persimmon

📋 copy color: '#E5420D'

red 229 ◦ green 66 ◦ blue 13

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

Shades of Persimmon #E5420D

Tints of Persimmon #E5420D

RGB

 RED value IS 229 (89.84% from 255) = 74.35%

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 74.35%
G = 21.43%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5420D (or 0xE5420D) is known color: Persimmon. HEX triplet: E5, 42 and 0D. RGB value is (229,66,13). Sum of RGB (Red+Green+Blue) = 229+66+13=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5420D is #1ABDF2. Grayscale: #6D6D6D. Windows color (decimal): -1752563 or 869093. OLE color: 869093.

HSL color Cylindrical-coordinate representation of color #E5420D: hue angle of 14.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 13 -
CMYK 0 0.71 0.94 0.10
HSL 14.72º 0.89% 0.47% -
HSV(B) 14.72º 0.94% 0.9% -
XYZ 34.33 20.58 2.54 -
YUV 108.7 74 213.81 -
System Red Green Blue C M Y K H S L
Decimal 229 66 13 0 0.71 0.94 0.10 14.72 0.89 0.47
Hex E5 42 D 0 47 5E A F 59 2F
Octal 345 102 15 0 107 136 12 17 131 57
Binary 11100101 1000010 1101 0 1000111 1011110 1010 1111 1011001 101111

Color Harmonies of #E5420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5420D

Black with #E5420D

Text Example


Text Example

White with #E5420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5420D; }

 p { color: rgb(229,66,13); }

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

background-color css

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

 a { background-color: rgb(229,66,13); }

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

border-color css

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

 span { border-color: rgb(229,66,13); }

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