Html Css Color HEX #E0450E Persimmon

📋 copy color: '#E0450E'

red 224 ◦ green 69 ◦ blue 14

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

Shades of Persimmon #E0450E

Tints of Persimmon #E0450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 72.96%
G = 22.48%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0450E (or 0xE0450E) is known color: Persimmon. HEX triplet: E0, 45 and 0E. RGB value is (224,69,14). Sum of RGB (Red+Green+Blue) = 224+69+14=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0450E is #1FBAF1. Grayscale: #6D6D6D. Windows color (decimal): -2079474 or 935392. OLE color: 935392.

HSL color Cylindrical-coordinate representation of color #E0450E: hue angle of 15.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0450E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 14 -
CMYK 0 0.69 0.94 0.12
HSL 15.71º 0.88% 0.47% -
HSV(B) 15.71º 0.94% 0.88% -
XYZ 32.95 20.14 2.57 -
YUV 109.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 224 69 14 0 0.69 0.94 0.12 15.71 0.88 0.47
Hex E0 45 E 0 45 5E C 10 58 2F
Octal 340 105 16 0 105 136 14 20 130 57
Binary 11100000 1000101 1110 0 1000101 1011110 1100 10000 1011000 101111

Color Harmonies of #E0450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0450E

Black with #E0450E

Text Example


Text Example

White with #E0450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0450E; }

 p { color: rgb(224,69,14); }

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

background-color css

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

 a { background-color: rgb(224,69,14); }

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

border-color css

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

 span { border-color: rgb(224,69,14); }

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