Html Css Color HEX #E52421 Persian Red

📋 copy color: '#E52421'

red 229 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #E52421

Tints of Persian Red #E52421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 76.85%
G = 12.08%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52421 (or 0xE52421) is known color: Persian Red. HEX triplet: E5, 24 and 21. RGB value is (229,36,33). Sum of RGB (Red+Green+Blue) = 229+36+33=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52421 is #1ADBDE. Grayscale: #5D5D5D. Windows color (decimal): -1760223 or 2172133. OLE color: 2172133.

HSL color Cylindrical-coordinate representation of color #E52421: hue angle of 0.92º 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 #E52421 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 33 -
CMYK 0 0.84 0.86 0.10
HSL 0.92º 0.79% 0.51% -
HSV(B) 0.92º 0.86% 0.9% -
XYZ 33.22 18.03 3.17 -
YUV 93.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 229 36 33 0 0.84 0.86 0.10 0.92 0.79 0.51
Hex E5 24 21 0 54 56 A 1 4F 33
Octal 345 44 41 0 124 126 12 1 117 63
Binary 11100101 100100 100001 0 1010100 1010110 1010 1 1001111 110011

Color Harmonies of #E52421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52421

Black with #E52421

Text Example


Text Example

White with #E52421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52421; }

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

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

background-color css

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

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

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

border-color css

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

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

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