Html Css Color HEX #E14910 Persimmon

📋 copy color: '#E14910'

red 225 ◦ green 73 ◦ blue 16

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

Shades of Persimmon #E14910

Tints of Persimmon #E14910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 71.66%
G = 23.25%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14910 (or 0xE14910) is known color: Persimmon. HEX triplet: E1, 49 and 10. RGB value is (225,73,16). Sum of RGB (Red+Green+Blue) = 225+73+16=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14910 is #1EB6EF. Grayscale: #707070. Windows color (decimal): -2012912 or 1067489. OLE color: 1067489.

HSL color Cylindrical-coordinate representation of color #E14910: hue angle of 16.36º degrees, saturation: 0.87, 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 #E14910 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 16 -
CMYK 0 0.68 0.93 0.12
HSL 16.36º 0.87% 0.47% -
HSV(B) 16.36º 0.93% 0.88% -
XYZ 33.53 20.81 2.74 -
YUV 111.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 225 73 16 0 0.68 0.93 0.12 16.36 0.87 0.47
Hex E1 49 10 0 44 5D C 10 57 2F
Octal 341 111 20 0 104 135 14 20 127 57
Binary 11100001 1001001 10000 0 1000100 1011101 1100 10000 1010111 101111

Color Harmonies of #E14910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14910

Black with #E14910

Text Example


Text Example

White with #E14910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14910; }

 p { color: rgb(225,73,16); }

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

background-color css

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

 a { background-color: rgb(225,73,16); }

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

border-color css

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

 span { border-color: rgb(225,73,16); }

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