Html Css Color HEX #E2530F Persimmon

📋 copy color: '#E2530F'

red 226 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #E2530F

Tints of Persimmon #E2530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 69.75%
G = 25.62%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2530F (or 0xE2530F) is known color: Persimmon. HEX triplet: E2, 53 and 0F. RGB value is (226,83,15). Sum of RGB (Red+Green+Blue) = 226+83+15=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2530F is #1DACF0. Grayscale: #767676. Windows color (decimal): -1944817 or 1004514. OLE color: 1004514.

HSL color Cylindrical-coordinate representation of color #E2530F: hue angle of 19.34º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2530F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 83 15 -
CMYK 0 0.63 0.93 0.11
HSL 19.34º 0.88% 0.47% -
HSV(B) 19.34º 0.93% 0.89% -
XYZ 34.54 22.39 2.95 -
YUV 118.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 226 83 15 0 0.63 0.93 0.11 19.34 0.88 0.47
Hex E2 53 F 0 3F 5D B 13 58 2F
Octal 342 123 17 0 77 135 13 23 130 57
Binary 11100010 1010011 1111 0 111111 1011101 1011 10011 1011000 101111

Color Harmonies of #E2530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2530F

Black with #E2530F

Text Example


Text Example

White with #E2530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2530F; }

 p { color: rgb(226,83,15); }

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

background-color css

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

 a { background-color: rgb(226,83,15); }

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

border-color css

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

 span { border-color: rgb(226,83,15); }

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