Html Css Color HEX #E42221 Persian Red

📋 copy color: '#E42221'

red 228 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #E42221

Tints of Persian Red #E42221

RGB

 RED value IS 228 (89.45% from 255) = 77.29%

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 77.29%
G = 11.53%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E42221 (or 0xE42221) is known color: Persian Red. HEX triplet: E4, 22 and 21. RGB value is (228,34,33). Sum of RGB (Red+Green+Blue) = 228+34+33=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E42221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42221 is #1BDDDE. Grayscale: #5C5C5C. Windows color (decimal): -1826271 or 2171620. OLE color: 2171620.

HSL color Cylindrical-coordinate representation of color #E42221: hue angle of 0.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42221 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 34 33 -
CMYK 0 0.85 0.86 0.11
HSL 0.31º 0.78% 0.51% -
HSV(B) 0.31º 0.86% 0.89% -
XYZ 32.84 17.75 3.13 -
YUV 91.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 228 34 33 0 0.85 0.86 0.11 0.31 0.78 0.51
Hex E4 22 21 0 55 56 B 0 4E 33
Octal 344 42 41 0 125 126 13 0 116 63
Binary 11100100 100010 100001 0 1010101 1010110 1011 0 1001110 110011

Color Harmonies of #E42221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42221

Black with #E42221

Text Example


Text Example

White with #E42221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42221; }

 p { color: rgb(228,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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