Html Css Color HEX #E1450E Persimmon

📋 copy color: '#E1450E'

red 225 ◦ green 69 ◦ blue 14

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

Shades of Persimmon #E1450E

Tints of Persimmon #E1450E

RGB

 RED value IS 225 (88.28% from 255) = 73.05%

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

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

R = 73.05%
G = 22.4%
B = 4.55%

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

#E1450E (or 0xE1450E) is known color: Persimmon. HEX triplet: E1, 45 and 0E. RGB value is (225,69,14). Sum of RGB (Red+Green+Blue) = 225+69+14=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1450E is #1EBAF1. Grayscale: #6D6D6D. Windows color (decimal): -2013938 or 935393. OLE color: 935393.

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

Color convert

RGB 225 69 14 -
CMYK 0 0.69 0.94 0.12
HSL 15.64º 0.88% 0.47% -
HSV(B) 15.64º 0.94% 0.88% -
XYZ 33.26 20.3 2.58 -
YUV 109.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 225 69 14 0 0.69 0.94 0.12 15.64 0.88 0.47
Hex E1 45 E 0 45 5E C 10 58 2F
Octal 341 105 16 0 105 136 14 20 130 57
Binary 11100001 1000101 1110 0 1000101 1011110 1100 10000 1011000 101111

Color Harmonies of #E1450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1450E

Black with #E1450E

Text Example


Text Example

White with #E1450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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