Html Css Color HEX #E02A23 Persian Red

📋 copy color: '#E02A23'

red 224 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #E02A23

Tints of Persian Red #E02A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 74.42%
G = 13.95%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02A23 (or 0xE02A23) is known color: Persian Red. HEX triplet: E0, 2A and 23. RGB value is (224,42,35). Sum of RGB (Red+Green+Blue) = 224+42+35=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A23 is #1FD5DC. Grayscale: #5F5F5F. Windows color (decimal): -2086365 or 2304736. OLE color: 2304736.

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

Color convert

RGB 224 42 35 -
CMYK 0 0.81 0.84 0.12
HSL 2.22º 0.75% 0.51% -
HSV(B) 2.22º 0.84% 0.88% -
XYZ 31.87 17.62 3.31 -
YUV 95.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 224 42 35 0 0.81 0.84 0.12 2.22 0.75 0.51
Hex E0 2A 23 0 51 54 C 2 4B 33
Octal 340 52 43 0 121 124 14 2 113 63
Binary 11100000 101010 100011 0 1010001 1010100 1100 10 1001011 110011

Color Harmonies of #E02A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A23

Black with #E02A23

Text Example


Text Example

White with #E02A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A23; }

 p { color: rgb(224,42,35); }

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

background-color css

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

 a { background-color: rgb(224,42,35); }

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

border-color css

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

 span { border-color: rgb(224,42,35); }

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