Html Css Color HEX #E8440D Persimmon

📋 copy color: '#E8440D'

red 232 ◦ green 68 ◦ blue 13

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

Shades of Persimmon #E8440D

Tints of Persimmon #E8440D

RGB

 RED value IS 232 (91.02% from 255) = 74.12%

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

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

R = 74.12%
G = 21.73%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8440D (or 0xE8440D) is known color: Persimmon. HEX triplet: E8, 44 and 0D. RGB value is (232,68,13). Sum of RGB (Red+Green+Blue) = 232+68+13=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8440D is #17BBF2. Grayscale: #6F6F6F. Windows color (decimal): -1555443 or 869608. OLE color: 869608.

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

Color convert

RGB 232 68 13 -
CMYK 0 0.71 0.94 0.09
HSL 15.07º 0.89% 0.48% -
HSV(B) 15.07º 0.94% 0.91% -
XYZ 35.42 21.32 2.63 -
YUV 110.77 72.83 214.47 -
System Red Green Blue C M Y K H S L
Decimal 232 68 13 0 0.71 0.94 0.09 15.07 0.89 0.48
Hex E8 44 D 0 47 5E 9 F 59 30
Octal 350 104 15 0 107 136 11 17 131 60
Binary 11101000 1000100 1101 0 1000111 1011110 1001 1111 1011001 110000

Color Harmonies of #E8440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8440D

Black with #E8440D

Text Example


Text Example

White with #E8440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8440D; }

 p { color: rgb(232,68,13); }

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

background-color css

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

 a { background-color: rgb(232,68,13); }

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

border-color css

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

 span { border-color: rgb(232,68,13); }

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