Html Css Color HEX #E2530D Persimmon

📋 copy color: '#E2530D'

red 226 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #E2530D

Tints of Persimmon #E2530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 70.19%
G = 25.78%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2530D (or 0xE2530D) is known color: Persimmon. HEX triplet: E2, 53 and 0D. RGB value is (226,83,13). Sum of RGB (Red+Green+Blue) = 226+83+13=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2530D is #1DACF2. Grayscale: #767676. Windows color (decimal): -1944819 or 873442. OLE color: 873442.

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

Color convert

RGB 226 83 13 -
CMYK 0 0.63 0.94 0.11
HSL 19.72º 0.89% 0.47% -
HSV(B) 19.72º 0.94% 0.89% -
XYZ 34.53 22.38 2.88 -
YUV 117.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 226 83 13 0 0.63 0.94 0.11 19.72 0.89 0.47
Hex E2 53 D 0 3F 5E B 14 59 2F
Octal 342 123 15 0 77 136 13 24 131 57
Binary 11100010 1010011 1101 0 111111 1011110 1011 10100 1011001 101111

Color Harmonies of #E2530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2530D

Black with #E2530D

Text Example


Text Example

White with #E2530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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