Html Css Color HEX #E02521 Persian Red

📋 copy color: '#E02521'

red 224 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #E02521

Tints of Persian Red #E02521

RGB

 RED value IS 224 (87.89% from 255) = 76.19%

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 76.19%
G = 12.59%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02521 (or 0xE02521) is known color: Persian Red. HEX triplet: E0, 25 and 21. RGB value is (224,37,33). Sum of RGB (Red+Green+Blue) = 224+37+33=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02521 is #1FDADE. Grayscale: #5C5C5C. Windows color (decimal): -2087647 or 2172384. OLE color: 2172384.

HSL color Cylindrical-coordinate representation of color #E02521: hue angle of 1.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02521 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 33 -
CMYK 0 0.83 0.85 0.12
HSL 1.26º 0.75% 0.5% -
HSV(B) 1.26º 0.85% 0.88% -
XYZ 31.68 17.28 3.1 -
YUV 92.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 224 37 33 0 0.83 0.85 0.12 1.26 0.75 0.5
Hex E0 25 21 0 53 55 C 1 4B 32
Octal 340 45 41 0 123 125 14 1 113 62
Binary 11100000 100101 100001 0 1010011 1010101 1100 1 1001011 110010

Color Harmonies of #E02521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02521

Black with #E02521

Text Example


Text Example

White with #E02521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02521; }

 p { color: rgb(224,37,33); }

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

background-color css

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

 a { background-color: rgb(224,37,33); }

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

border-color css

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

 span { border-color: rgb(224,37,33); }

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