Html Css Color HEX #E02E2E Persian Red

📋 copy color: '#E02E2E'

red 224 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #E02E2E

Tints of Persian Red #E02E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 70.89%
G = 14.56%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02E2E (or 0xE02E2E) is known color: Persian Red. HEX triplet: E0, 2E and 2E. RGB value is (224,46,46). Sum of RGB (Red+Green+Blue) = 224+46+46=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E2E is #1FD1D1. Grayscale: #636363. Windows color (decimal): -2085330 or 3026656. OLE color: 3026656.

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

Color convert

RGB 224 46 46 -
CMYK 0 0.79 0.79 0.12
HSL 0.74% 0.53% -
HSV(B) 0.79% 0.88% -
XYZ 32.21 18 4.36 -
YUV 99.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 224 46 46 0 0.79 0.79 0.12 0 0.74 0.53
Hex E0 2E 2E 0 4F 4F C 0 4A 35
Octal 340 56 56 0 117 117 14 0 112 65
Binary 11100000 101110 101110 0 1001111 1001111 1100 0 1001010 110101

Color Harmonies of #E02E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E2E

Black with #E02E2E

Text Example


Text Example

White with #E02E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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