Html Css Color HEX #E02621 Persian Red

📋 copy color: '#E02621'

red 224 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #E02621

Tints of Persian Red #E02621

RGB

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

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

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

R = 75.93%
G = 12.88%
B = 11.19%

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

#E02621 (or 0xE02621) is known color: Persian Red. HEX triplet: E0, 26 and 21. RGB value is (224,38,33). Sum of RGB (Red+Green+Blue) = 224+38+33=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02621 is #1FD9DE. Grayscale: #5D5D5D. Windows color (decimal): -2087391 or 2172640. OLE color: 2172640.

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

Color convert

RGB 224 38 33 -
CMYK 0 0.83 0.85 0.12
HSL 1.57º 0.75% 0.5% -
HSV(B) 1.57º 0.85% 0.88% -
XYZ 31.71 17.34 3.12 -
YUV 93.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 224 38 33 0 0.83 0.85 0.12 1.57 0.75 0.5
Hex E0 26 21 0 53 55 C 2 4B 32
Octal 340 46 41 0 123 125 14 2 113 62
Binary 11100000 100110 100001 0 1010011 1010101 1100 10 1001011 110010

Color Harmonies of #E02621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02621

Black with #E02621

Text Example


Text Example

White with #E02621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02621; }

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

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

background-color css

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

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

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

border-color css

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

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

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