Html Css Color HEX #E1450F Persimmon

📋 copy color: '#E1450F'

red 225 ◦ green 69 ◦ blue 15

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

Shades of Persimmon #E1450F

Tints of Persimmon #E1450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 72.82%
G = 22.33%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1450F (or 0xE1450F) is known color: Persimmon. HEX triplet: E1, 45 and 0F. RGB value is (225,69,15). Sum of RGB (Red+Green+Blue) = 225+69+15=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1450F is #1EBAF0. Grayscale: #6D6D6D. Windows color (decimal): -2013937 or 1000929. OLE color: 1000929.

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

Color convert

RGB 225 69 15 -
CMYK 0 0.69 0.93 0.12
HSL 15.43º 0.88% 0.47% -
HSV(B) 15.43º 0.93% 0.88% -
XYZ 33.27 20.3 2.62 -
YUV 109.49 74.68 210.39 -
System Red Green Blue C M Y K H S L
Decimal 225 69 15 0 0.69 0.93 0.12 15.43 0.88 0.47
Hex E1 45 F 0 45 5D C F 58 2F
Octal 341 105 17 0 105 135 14 17 130 57
Binary 11100001 1000101 1111 0 1000101 1011101 1100 1111 1011000 101111

Color Harmonies of #E1450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1450F

Black with #E1450F

Text Example


Text Example

White with #E1450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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