Html Css Color HEX #E42720 Persian Red

📋 copy color: '#E42720'

red 228 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #E42720

Tints of Persian Red #E42720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 76.25%
G = 13.04%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E42720 (or 0xE42720) is known color: Persian Red. HEX triplet: E4, 27 and 20. RGB value is (228,39,32). Sum of RGB (Red+Green+Blue) = 228+39+32=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E42720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42720 is #1BD8DF. Grayscale: #5E5E5E. Windows color (decimal): -1824992 or 2107364. OLE color: 2107364.

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

Color convert

RGB 228 39 32 -
CMYK 0 0.83 0.86 0.11
HSL 2.14º 0.78% 0.51% -
HSV(B) 2.14º 0.86% 0.89% -
XYZ 32.98 18.05 3.11 -
YUV 94.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 228 39 32 0 0.83 0.86 0.11 2.14 0.78 0.51
Hex E4 27 20 0 53 56 B 2 4E 33
Octal 344 47 40 0 123 126 13 2 116 63
Binary 11100100 100111 100000 0 1010011 1010110 1011 10 1001110 110011

Color Harmonies of #E42720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42720

Black with #E42720

Text Example


Text Example

White with #E42720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42720; }

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

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

background-color css

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

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

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

border-color css

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

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

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