Html Css Color HEX #E1440A Persimmon

📋 copy color: '#E1440A'

red 225 ◦ green 68 ◦ blue 10

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

Shades of Persimmon #E1440A

Tints of Persimmon #E1440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 74.26%
G = 22.44%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1440A (or 0xE1440A) is known color: Persimmon. HEX triplet: E1, 44 and 0A. RGB value is (225,68,10). Sum of RGB (Red+Green+Blue) = 225+68+10=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1440A is #1EBBF5. Grayscale: #6C6C6C. Windows color (decimal): -2014198 or 672993. OLE color: 672993.

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

Color convert

RGB 225 68 10 -
CMYK 0 0.70 0.96 0.12
HSL 16.19º 0.91% 0.46% -
HSV(B) 16.19º 0.96% 0.88% -
XYZ 33.17 20.16 2.43 -
YUV 108.33 72.51 211.22 -
System Red Green Blue C M Y K H S L
Decimal 225 68 10 0 0.70 0.96 0.12 16.19 0.91 0.46
Hex E1 44 A 0 46 60 C 10 5B 2E
Octal 341 104 12 0 106 140 14 20 133 56
Binary 11100001 1000100 1010 0 1000110 1100000 1100 10000 1011011 101110

Color Harmonies of #E1440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1440A

Black with #E1440A

Text Example


Text Example

White with #E1440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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