Html Css Color HEX #E42521 Persian Red

📋 copy color: '#E42521'

red 228 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #E42521

Tints of Persian Red #E42521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 76.51%
G = 12.42%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E42521 (or 0xE42521) is known color: Persian Red. HEX triplet: E4, 25 and 21. RGB value is (228,37,33). Sum of RGB (Red+Green+Blue) = 228+37+33=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E42521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42521 is #1BDADE. Grayscale: #5D5D5D. Windows color (decimal): -1825503 or 2172388. OLE color: 2172388.

HSL color Cylindrical-coordinate representation of color #E42521: hue angle of 1.23º 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 #E42521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 33 -
CMYK 0 0.84 0.86 0.11
HSL 1.23º 0.78% 0.51% -
HSV(B) 1.23º 0.86% 0.89% -
XYZ 32.93 17.93 3.16 -
YUV 93.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 228 37 33 0 0.84 0.86 0.11 1.23 0.78 0.51
Hex E4 25 21 0 54 56 B 1 4E 33
Octal 344 45 41 0 124 126 13 1 116 63
Binary 11100100 100101 100001 0 1010100 1010110 1011 1 1001110 110011

Color Harmonies of #E42521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42521

Black with #E42521

Text Example


Text Example

White with #E42521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42521; }

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

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

background-color css

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

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

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

border-color css

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

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

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