Html Css Color HEX #E52621 Persian Red

📋 copy color: '#E52621'

red 229 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #E52621

Tints of Persian Red #E52621

RGB

 RED value IS 229 (89.84% from 255) = 76.33%

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 33 (13.28% from 255) = 11%

R = 76.33%
G = 12.67%
B = 11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52621 (or 0xE52621) is known color: Persian Red. HEX triplet: E5, 26 and 21. RGB value is (229,38,33). Sum of RGB (Red+Green+Blue) = 229+38+33=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E52621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52621 is #1AD9DE. Grayscale: #5E5E5E. Windows color (decimal): -1759711 or 2172645. OLE color: 2172645.

HSL color Cylindrical-coordinate representation of color #E52621: hue angle of 1.53º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52621 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 33 -
CMYK 0 0.83 0.86 0.10
HSL 1.53º 0.79% 0.51% -
HSV(B) 1.53º 0.86% 0.9% -
XYZ 33.28 18.15 3.19 -
YUV 94.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 229 38 33 0 0.83 0.86 0.10 1.53 0.79 0.51
Hex E5 26 21 0 53 56 A 2 4F 33
Octal 345 46 41 0 123 126 12 2 117 63
Binary 11100101 100110 100001 0 1010011 1010110 1010 10 1001111 110011

Color Harmonies of #E52621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52621

Black with #E52621

Text Example


Text Example

White with #E52621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52621; }

 p { color: rgb(229,38,33); }

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

background-color css

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

 a { background-color: rgb(229,38,33); }

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

border-color css

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

 span { border-color: rgb(229,38,33); }

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