Html Css Color HEX #E25203 Persimmon

📋 copy color: '#E25203'

red 226 ◦ green 82 ◦ blue 3

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

Shades of Persimmon #E25203

Tints of Persimmon #E25203

RGB

 RED value IS 226 (88.67% from 255) = 72.67%

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 72.67%
G = 26.37%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E25203 (or 0xE25203) is known color: Persimmon. HEX triplet: E2, 52 and 03. RGB value is (226,82,3). Sum of RGB (Red+Green+Blue) = 226+82+3=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E25203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25203 is #1DADFC. Grayscale: #747474. Windows color (decimal): -1945085 or 217826. OLE color: 217826.

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

Color convert

RGB 226 82 3 -
CMYK 0 0.64 0.99 0.11
HSL 21.26º 0.97% 0.45% -
HSV(B) 21.26º 0.99% 0.89% -
XYZ 34.4 22.21 2.56 -
YUV 116.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 226 82 3 0 0.64 0.99 0.11 21.26 0.97 0.45
Hex E2 52 3 0 40 63 B 15 61 2D
Octal 342 122 3 0 100 143 13 25 141 55
Binary 11100010 1010010 11 0 1000000 1100011 1011 10101 1100001 101101

Color Harmonies of #E25203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25203

Black with #E25203

Text Example


Text Example

White with #E25203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25203; }

 p { color: rgb(226,82,3); }

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

background-color css

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

 a { background-color: rgb(226,82,3); }

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

border-color css

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

 span { border-color: rgb(226,82,3); }

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