Html Css Color HEX #E0450D Persimmon

📋 copy color: '#E0450D'

red 224 ◦ green 69 ◦ blue 13

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

Shades of Persimmon #E0450D

Tints of Persimmon #E0450D

RGB

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

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

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

R = 73.2%
G = 22.55%
B = 4.25%

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

#E0450D (or 0xE0450D) is known color: Persimmon. HEX triplet: E0, 45 and 0D. RGB value is (224,69,13). Sum of RGB (Red+Green+Blue) = 224+69+13=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0450D is #1FBAF2. Grayscale: #6D6D6D. Windows color (decimal): -2079475 or 869856. OLE color: 869856.

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

Color convert

RGB 224 69 13 -
CMYK 0 0.69 0.94 0.12
HSL 15.92º 0.89% 0.46% -
HSV(B) 15.92º 0.94% 0.88% -
XYZ 32.94 20.13 2.53 -
YUV 108.96 73.85 210.05 -
System Red Green Blue C M Y K H S L
Decimal 224 69 13 0 0.69 0.94 0.12 15.92 0.89 0.46
Hex E0 45 D 0 45 5E C 10 59 2E
Octal 340 105 15 0 105 136 14 20 131 56
Binary 11100000 1000101 1101 0 1000101 1011110 1100 10000 1011001 101110

Color Harmonies of #E0450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0450D

Black with #E0450D

Text Example


Text Example

White with #E0450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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