Html Css Color HEX #E2530A Persimmon

📋 copy color: '#E2530A'

red 226 ◦ green 83 ◦ blue 10

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

Shades of Persimmon #E2530A

Tints of Persimmon #E2530A

RGB

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

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

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

R = 70.85%
G = 26.02%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2530A (or 0xE2530A) is known color: Persimmon. HEX triplet: E2, 53 and 0A. RGB value is (226,83,10). Sum of RGB (Red+Green+Blue) = 226+83+10=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E2530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2530A is #1DACF5. Grayscale: #757575. Windows color (decimal): -1944822 or 676834. OLE color: 676834.

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

Color convert

RGB 226 83 10 -
CMYK 0 0.63 0.96 0.11
HSL 20.28º 0.92% 0.46% -
HSV(B) 20.28º 0.96% 0.89% -
XYZ 34.51 22.38 2.79 -
YUV 117.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 226 83 10 0 0.63 0.96 0.11 20.28 0.92 0.46
Hex E2 53 A 0 3F 60 B 14 5C 2E
Octal 342 123 12 0 77 140 13 24 134 56
Binary 11100010 1010011 1010 0 111111 1100000 1011 10100 1011100 101110

Color Harmonies of #E2530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2530A

Black with #E2530A

Text Example


Text Example

White with #E2530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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