Html Css Color HEX #E02E2A Persian Red

📋 copy color: '#E02E2A'

red 224 ◦ green 46 ◦ blue 42

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

Shades of Persian Red #E02E2A

Tints of Persian Red #E02E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 71.79%
G = 14.74%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E02E2A (or 0xE02E2A) is known color: Persian Red. HEX triplet: E0, 2E and 2A. RGB value is (224,46,42). Sum of RGB (Red+Green+Blue) = 224+46+42=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E2A is #1FD1D5. Grayscale: #626262. Windows color (decimal): -2085334 or 2764512. OLE color: 2764512.

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

Color convert

RGB 224 46 42 -
CMYK 0 0.79 0.81 0.12
HSL 1.32º 0.75% 0.52% -
HSV(B) 1.32º 0.81% 0.88% -
XYZ 32.14 17.97 3.97 -
YUV 98.77 95.97 217.33 -
System Red Green Blue C M Y K H S L
Decimal 224 46 42 0 0.79 0.81 0.12 1.32 0.75 0.52
Hex E0 2E 2A 0 4F 51 C 1 4B 34
Octal 340 56 52 0 117 121 14 1 113 64
Binary 11100000 101110 101010 0 1001111 1010001 1100 1 1001011 110100

Color Harmonies of #E02E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E2A

Black with #E02E2A

Text Example


Text Example

White with #E02E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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