Html Css Color HEX #E02C25 Persian Red

📋 copy color: '#E02C25'

red 224 ◦ green 44 ◦ blue 37

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

Shades of Persian Red #E02C25

Tints of Persian Red #E02C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

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

R = 73.44%
G = 14.43%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02C25 (or 0xE02C25) is known color: Persian Red. HEX triplet: E0, 2C and 25. RGB value is (224,44,37). Sum of RGB (Red+Green+Blue) = 224+44+37=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C25 is #1FD3DA. Grayscale: #616161. Windows color (decimal): -2085851 or 2436320. OLE color: 2436320.

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

Color convert

RGB 224 44 37 -
CMYK 0 0.80 0.83 0.12
HSL 2.25º 0.75% 0.51% -
HSV(B) 2.25º 0.83% 0.88% -
XYZ 31.98 17.78 3.5 -
YUV 97.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 224 44 37 0 0.80 0.83 0.12 2.25 0.75 0.51
Hex E0 2C 25 0 50 53 C 2 4B 33
Octal 340 54 45 0 120 123 14 2 113 63
Binary 11100000 101100 100101 0 1010000 1010011 1100 10 1001011 110011

Color Harmonies of #E02C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C25

Black with #E02C25

Text Example


Text Example

White with #E02C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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