Html Css Color HEX #E2521B Persimmon

📋 copy color: '#E2521B'

red 226 ◦ green 82 ◦ blue 27

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

Shades of Persimmon #E2521B

Tints of Persimmon #E2521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 67.46%
G = 24.48%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2521B (or 0xE2521B) is known color: Persimmon. HEX triplet: E2, 52 and 1B. RGB value is (226,82,27). Sum of RGB (Red+Green+Blue) = 226+82+27=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2521B is #1DADE4. Grayscale: #777777. Windows color (decimal): -1945061 or 1790690. OLE color: 1790690.

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

Color convert

RGB 226 82 27 -
CMYK 0 0.64 0.88 0.11
HSL 16.58º 0.79% 0.5% -
HSV(B) 16.58º 0.88% 0.89% -
XYZ 34.58 22.28 3.52 -
YUV 118.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 226 82 27 0 0.64 0.88 0.11 16.58 0.79 0.5
Hex E2 52 1B 0 40 58 B 11 4F 32
Octal 342 122 33 0 100 130 13 21 117 62
Binary 11100010 1010010 11011 0 1000000 1011000 1011 10001 1001111 110010

Color Harmonies of #E2521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2521B

Black with #E2521B

Text Example


Text Example

White with #E2521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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