Html Css Color HEX #E14503 Persimmon

📋 copy color: '#E14503'

red 225 ◦ green 69 ◦ blue 3

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

Shades of Persimmon #E14503

Tints of Persimmon #E14503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 75.76%
G = 23.23%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E14503 (or 0xE14503) is known color: Persimmon. HEX triplet: E1, 45 and 03. RGB value is (225,69,3). Sum of RGB (Red+Green+Blue) = 225+69+3=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E14503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14503 is #1EBAFC. Grayscale: #6C6C6C. Windows color (decimal): -2013949 or 214497. OLE color: 214497.

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

Color convert

RGB 225 69 3 -
CMYK 0 0.69 0.99 0.12
HSL 17.84º 0.97% 0.45% -
HSV(B) 17.84º 0.99% 0.88% -
XYZ 33.2 20.27 2.25 -
YUV 108.12 68.68 211.37 -
System Red Green Blue C M Y K H S L
Decimal 225 69 3 0 0.69 0.99 0.12 17.84 0.97 0.45
Hex E1 45 3 0 45 63 C 12 61 2D
Octal 341 105 3 0 105 143 14 22 141 55
Binary 11100001 1000101 11 0 1000101 1100011 1100 10010 1100001 101101

Color Harmonies of #E14503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14503

Black with #E14503

Text Example


Text Example

White with #E14503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14503; }

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

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

background-color css

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

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

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

border-color css

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

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

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