Html Css Color HEX #E42726 Persian Red

📋 copy color: '#E42726'

red 228 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #E42726

Tints of Persian Red #E42726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 74.75%
G = 12.79%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E42726 (or 0xE42726) is known color: Persian Red. HEX triplet: E4, 27 and 26. RGB value is (228,39,38). Sum of RGB (Red+Green+Blue) = 228+39+38=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E42726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42726 is #1BD8D9. Grayscale: #5F5F5F. Windows color (decimal): -1824986 or 2500580. OLE color: 2500580.

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

Color convert

RGB 228 39 38 -
CMYK 0 0.83 0.83 0.11
HSL 0.32º 0.78% 0.52% -
HSV(B) 0.32º 0.83% 0.89% -
XYZ 33.07 18.08 3.58 -
YUV 95.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 228 39 38 0 0.83 0.83 0.11 0.32 0.78 0.52
Hex E4 27 26 0 53 53 B 0 4E 34
Octal 344 47 46 0 123 123 13 0 116 64
Binary 11100100 100111 100110 0 1010011 1010011 1011 0 1001110 110100

Color Harmonies of #E42726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42726

Black with #E42726

Text Example


Text Example

White with #E42726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42726; }

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

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

background-color css

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

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

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

border-color css

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

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

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