Html Css Color HEX #E1450A Persimmon

📋 copy color: '#E1450A'

red 225 ◦ green 69 ◦ blue 10

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

Shades of Persimmon #E1450A

Tints of Persimmon #E1450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 74.01%
G = 22.7%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1450A (or 0xE1450A) is known color: Persimmon. HEX triplet: E1, 45 and 0A. RGB value is (225,69,10). Sum of RGB (Red+Green+Blue) = 225+69+10=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1450A is #1EBAF5. Grayscale: #6D6D6D. Windows color (decimal): -2013942 or 673249. OLE color: 673249.

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

Color convert

RGB 225 69 10 -
CMYK 0 0.69 0.96 0.12
HSL 16.47º 0.91% 0.46% -
HSV(B) 16.47º 0.96% 0.88% -
XYZ 33.23 20.29 2.45 -
YUV 108.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 225 69 10 0 0.69 0.96 0.12 16.47 0.91 0.46
Hex E1 45 A 0 45 60 C 10 5B 2E
Octal 341 105 12 0 105 140 14 20 133 56
Binary 11100001 1000101 1010 0 1000101 1100000 1100 10000 1011011 101110

Color Harmonies of #E1450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1450A

Black with #E1450A

Text Example


Text Example

White with #E1450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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