Html Css Color HEX #E42420 Persian Red

📋 copy color: '#E42420'

red 228 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #E42420

Tints of Persian Red #E42420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 77.03%
G = 12.16%
B = 10.81%

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

#E42420 (or 0xE42420) is known color: Persian Red. HEX triplet: E4, 24 and 20. RGB value is (228,36,32). Sum of RGB (Red+Green+Blue) = 228+36+32=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E42420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42420 is #1BDBDF. Grayscale: #5D5D5D. Windows color (decimal): -1825760 or 2106596. OLE color: 2106596.

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

Color convert

RGB 228 36 32 -
CMYK 0 0.84 0.86 0.11
HSL 1.22º 0.78% 0.51% -
HSV(B) 1.22º 0.86% 0.89% -
XYZ 32.89 17.86 3.08 -
YUV 92.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 228 36 32 0 0.84 0.86 0.11 1.22 0.78 0.51
Hex E4 24 20 0 54 56 B 1 4E 33
Octal 344 44 40 0 124 126 13 1 116 63
Binary 11100100 100100 100000 0 1010100 1010110 1011 1 1001110 110011

Color Harmonies of #E42420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42420

Black with #E42420

Text Example


Text Example

White with #E42420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42420; }

 p { color: rgb(228,36,32); }

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

background-color css

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

 a { background-color: rgb(228,36,32); }

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

border-color css

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

 span { border-color: rgb(228,36,32); }

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