Html Css Color HEX #E02825 Persian Red

📋 copy color: '#E02825'

red 224 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #E02825

Tints of Persian Red #E02825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 74.42%
G = 13.29%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02825 (or 0xE02825) is known color: Persian Red. HEX triplet: E0, 28 and 25. RGB value is (224,40,37). Sum of RGB (Red+Green+Blue) = 224+40+37=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02825 is #1FD7DA. Grayscale: #5E5E5E. Windows color (decimal): -2086875 or 2435296. OLE color: 2435296.

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

Color convert

RGB 224 40 37 -
CMYK 0 0.82 0.83 0.12
HSL 0.96º 0.75% 0.51% -
HSV(B) 0.96º 0.83% 0.88% -
XYZ 31.83 17.5 3.45 -
YUV 94.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 224 40 37 0 0.82 0.83 0.12 0.96 0.75 0.51
Hex E0 28 25 0 52 53 C 1 4B 33
Octal 340 50 45 0 122 123 14 1 113 63
Binary 11100000 101000 100101 0 1010010 1010011 1100 1 1001011 110011

Color Harmonies of #E02825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02825

Black with #E02825

Text Example


Text Example

White with #E02825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02825; }

 p { color: rgb(224,40,37); }

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

background-color css

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

 a { background-color: rgb(224,40,37); }

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

border-color css

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

 span { border-color: rgb(224,40,37); }

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