Html Css Color HEX #E14B0A Persimmon

📋 copy color: '#E14B0A'

red 225 ◦ green 75 ◦ blue 10

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

Shades of Persimmon #E14B0A

Tints of Persimmon #E14B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

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

R = 72.58%
G = 24.19%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14B0A (or 0xE14B0A) is known color: Persimmon. HEX triplet: E1, 4B and 0A. RGB value is (225,75,10). Sum of RGB (Red+Green+Blue) = 225+75+10=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14B0A is #1EB4F5. Grayscale: #707070. Windows color (decimal): -2012406 or 674785. OLE color: 674785.

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

Color convert

RGB 225 75 10 -
CMYK 0 0.67 0.96 0.12
HSL 18.14º 0.91% 0.46% -
HSV(B) 18.14º 0.96% 0.88% -
XYZ 33.62 21.06 2.58 -
YUV 112.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 225 75 10 0 0.67 0.96 0.12 18.14 0.91 0.46
Hex E1 4B A 0 43 60 C 12 5B 2E
Octal 341 113 12 0 103 140 14 22 133 56
Binary 11100001 1001011 1010 0 1000011 1100000 1100 10010 1011011 101110

Color Harmonies of #E14B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B0A

Black with #E14B0A

Text Example


Text Example

White with #E14B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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