Html Css Color HEX #E02C24 Persian Red

📋 copy color: '#E02C24'

red 224 ◦ green 44 ◦ blue 36

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

Shades of Persian Red #E02C24

Tints of Persian Red #E02C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 73.68%
G = 14.47%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02C24 (or 0xE02C24) is known color: Persian Red. HEX triplet: E0, 2C and 24. RGB value is (224,44,36). Sum of RGB (Red+Green+Blue) = 224+44+36=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C24 is #1FD3DB. Grayscale: #616161. Windows color (decimal): -2085852 or 2370784. OLE color: 2370784.

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

Color convert

RGB 224 44 36 -
CMYK 0 0.80 0.84 0.12
HSL 2.55º 0.75% 0.51% -
HSV(B) 2.55º 0.84% 0.88% -
XYZ 31.96 17.78 3.42 -
YUV 96.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 224 44 36 0 0.80 0.84 0.12 2.55 0.75 0.51
Hex E0 2C 24 0 50 54 C 3 4B 33
Octal 340 54 44 0 120 124 14 3 113 63
Binary 11100000 101100 100100 0 1010000 1010100 1100 11 1001011 110011

Color Harmonies of #E02C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C24

Black with #E02C24

Text Example


Text Example

White with #E02C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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