Html Css Color HEX #E72121 Persian Red

📋 copy color: '#E72121'

red 231 ◦ green 33 ◦ blue 33

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

Shades of Persian Red #E72121

Tints of Persian Red #E72121

RGB

 RED value IS 231 (90.63% from 255) = 77.78%

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

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E72121 (or 0xE72121) is known color: Persian Red. HEX triplet: E7, 21 and 21. RGB value is (231,33,33). Sum of RGB (Red+Green+Blue) = 231+33+33=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E72121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72121 is #18DEDE. Grayscale: #5C5C5C. Windows color (decimal): -1629919 or 2171367. OLE color: 2171367.

HSL color Cylindrical-coordinate representation of color #E72121: hue angle of 0º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72121 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 33 -
CMYK 0 0.86 0.86 0.09
HSL 0.8% 0.52% -
HSV(B) 0.86% 0.91% -
XYZ 33.77 18.19 3.17 -
YUV 92.2 94.6 227 -
System Red Green Blue C M Y K H S L
Decimal 231 33 33 0 0.86 0.86 0.09 0 0.8 0.52
Hex E7 21 21 0 56 56 9 0 50 34
Octal 347 41 41 0 126 126 11 0 120 64
Binary 11100111 100001 100001 0 1010110 1010110 1001 0 1010000 110100

Color Harmonies of #E72121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72121

Black with #E72121

Text Example


Text Example

White with #E72121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72121; }

 p { color: rgb(231,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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