Html Css Color HEX #E02725 Persian Red

📋 copy color: '#E02725'

red 224 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #E02725

Tints of Persian Red #E02725

RGB

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

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

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

R = 74.67%
G = 13%
B = 12.33%

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

#E02725 (or 0xE02725) is known color: Persian Red. HEX triplet: E0, 27 and 25. RGB value is (224,39,37). Sum of RGB (Red+Green+Blue) = 224+39+37=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E02725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02725 is #1FD8DA. Grayscale: #5E5E5E. Windows color (decimal): -2087131 or 2435040. OLE color: 2435040.

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

Color convert

RGB 224 39 37 -
CMYK 0 0.83 0.83 0.12
HSL 0.64º 0.75% 0.51% -
HSV(B) 0.64º 0.83% 0.88% -
XYZ 31.8 17.43 3.44 -
YUV 94.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 224 39 37 0 0.83 0.83 0.12 0.64 0.75 0.51
Hex E0 27 25 0 53 53 C 1 4B 33
Octal 340 47 45 0 123 123 14 1 113 63
Binary 11100000 100111 100101 0 1010011 1010011 1100 1 1001011 110011

Color Harmonies of #E02725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02725

Black with #E02725

Text Example


Text Example

White with #E02725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02725; }

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

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

background-color css

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

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

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

border-color css

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

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

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