Html Css Color HEX #E02726 Persian Red

📋 copy color: '#E02726'

red 224 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #E02726

Tints of Persian Red #E02726

RGB

 RED value IS 224 (87.89% from 255) = 74.42%

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

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

R = 74.42%
G = 12.96%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02726 (or 0xE02726) is known color: Persian Red. HEX triplet: E0, 27 and 26. RGB value is (224,39,38). Sum of RGB (Red+Green+Blue) = 224+39+38=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02726 is #1FD8D9. Grayscale: #5E5E5E. Windows color (decimal): -2087130 or 2500576. OLE color: 2500576.

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

Color convert

RGB 224 39 38 -
CMYK 0 0.83 0.83 0.12
HSL 0.32º 0.75% 0.51% -
HSV(B) 0.32º 0.83% 0.88% -
XYZ 31.82 17.44 3.52 -
YUV 94.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 224 39 38 0 0.83 0.83 0.12 0.32 0.75 0.51
Hex E0 27 26 0 53 53 C 0 4B 33
Octal 340 47 46 0 123 123 14 0 113 63
Binary 11100000 100111 100110 0 1010011 1010011 1100 0 1001011 110011

Color Harmonies of #E02726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02726

Black with #E02726

Text Example


Text Example

White with #E02726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02726; }

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

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

background-color css

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

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

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

border-color css

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

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

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