Html Css Color HEX #E42826 Persian Red

📋 copy color: '#E42826'

red 228 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #E42826

Tints of Persian Red #E42826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 74.51%
G = 13.07%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E42826 (or 0xE42826) is known color: Persian Red. HEX triplet: E4, 28 and 26. RGB value is (228,40,38). Sum of RGB (Red+Green+Blue) = 228+40+38=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E42826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42826 is #1BD7D9. Grayscale: #606060. Windows color (decimal): -1824730 or 2500836. OLE color: 2500836.

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

Color convert

RGB 228 40 38 -
CMYK 0 0.82 0.83 0.11
HSL 0.63º 0.78% 0.52% -
HSV(B) 0.63º 0.83% 0.89% -
XYZ 33.1 18.15 3.59 -
YUV 95.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 228 40 38 0 0.82 0.83 0.11 0.63 0.78 0.52
Hex E4 28 26 0 52 53 B 1 4E 34
Octal 344 50 46 0 122 123 13 1 116 64
Binary 11100100 101000 100110 0 1010010 1010011 1011 1 1001110 110100

Color Harmonies of #E42826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42826

Black with #E42826

Text Example


Text Example

White with #E42826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42826; }

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

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

background-color css

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

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

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

border-color css

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

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

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