Html Css Color HEX #E02821 Persian Red

📋 copy color: '#E02821'

red 224 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #E02821

Tints of Persian Red #E02821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 75.42%
G = 13.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02821 (or 0xE02821) is known color: Persian Red. HEX triplet: E0, 28 and 21. RGB value is (224,40,33). Sum of RGB (Red+Green+Blue) = 224+40+33=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02821 is #1FD7DE. Grayscale: #5E5E5E. Windows color (decimal): -2086879 or 2173152. OLE color: 2173152.

HSL color Cylindrical-coordinate representation of color #E02821: hue angle of 2.2º 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 #E02821 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 40 33 -
CMYK 0 0.82 0.85 0.12
HSL 2.2º 0.75% 0.5% -
HSV(B) 2.2º 0.85% 0.88% -
XYZ 31.77 17.47 3.14 -
YUV 94.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 224 40 33 0 0.82 0.85 0.12 2.2 0.75 0.5
Hex E0 28 21 0 52 55 C 2 4B 32
Octal 340 50 41 0 122 125 14 2 113 62
Binary 11100000 101000 100001 0 1010010 1010101 1100 10 1001011 110010

Color Harmonies of #E02821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02821

Black with #E02821

Text Example


Text Example

White with #E02821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02821; }

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

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

background-color css

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

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

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

border-color css

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

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

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