Html Css Color HEX #E42020 Persian Red

📋 copy color: '#E42020'

red 228 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #E42020

Tints of Persian Red #E42020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 78.08%
G = 10.96%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E42020 (or 0xE42020) is known color: Persian Red. HEX triplet: E4, 20 and 20. RGB value is (228,32,32). Sum of RGB (Red+Green+Blue) = 228+32+32=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E42020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42020 is #1BDFDF. Grayscale: #5A5A5A. Windows color (decimal): -1826784 or 2105572. OLE color: 2105572.

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

Color convert

RGB 228 32 32 -
CMYK 0 0.86 0.86 0.11
HSL 0.78% 0.51% -
HSV(B) 0.86% 0.89% -
XYZ 32.77 17.63 3.04 -
YUV 90.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 228 32 32 0 0.86 0.86 0.11 0 0.78 0.51
Hex E4 20 20 0 56 56 B 0 4E 33
Octal 344 40 40 0 126 126 13 0 116 63
Binary 11100100 100000 100000 0 1010110 1010110 1011 0 1001110 110011

Color Harmonies of #E42020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42020

Black with #E42020

Text Example


Text Example

White with #E42020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42020; }

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

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

background-color css

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

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

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

border-color css

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

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

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