Html Css Color HEX #E02721 Persian Red

📋 copy color: '#E02721'

red 224 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #E02721

Tints of Persian Red #E02721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 75.68%
G = 13.18%
B = 11.15%

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

#E02721 (or 0xE02721) is known color: Persian Red. HEX triplet: E0, 27 and 21. RGB value is (224,39,33). Sum of RGB (Red+Green+Blue) = 224+39+33=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02721 is #1FD8DE. Grayscale: #5D5D5D. Windows color (decimal): -2087135 or 2172896. OLE color: 2172896.

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

Color convert

RGB 224 39 33 -
CMYK 0 0.83 0.85 0.12
HSL 1.88º 0.75% 0.5% -
HSV(B) 1.88º 0.85% 0.88% -
XYZ 31.74 17.41 3.13 -
YUV 93.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 224 39 33 0 0.83 0.85 0.12 1.88 0.75 0.5
Hex E0 27 21 0 53 55 C 2 4B 32
Octal 340 47 41 0 123 125 14 2 113 62
Binary 11100000 100111 100001 0 1010011 1010101 1100 10 1001011 110010

Color Harmonies of #E02721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02721

Black with #E02721

Text Example


Text Example

White with #E02721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02721; }

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

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

background-color css

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

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

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

border-color css

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

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

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