Html Css Color HEX #E02E2D Persian Red

📋 copy color: '#E02E2D'

red 224 ◦ green 46 ◦ blue 45

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

Shades of Persian Red #E02E2D

Tints of Persian Red #E02E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 71.11%
G = 14.6%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E02E2D (or 0xE02E2D) is known color: Persian Red. HEX triplet: E0, 2E and 2D. RGB value is (224,46,45). Sum of RGB (Red+Green+Blue) = 224+46+45=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E2D is #1FD1D2. Grayscale: #636363. Windows color (decimal): -2085331 or 2961120. OLE color: 2961120.

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

Color convert

RGB 224 46 45 -
CMYK 0 0.79 0.80 0.12
HSL 0.34º 0.74% 0.53% -
HSV(B) 0.34º 0.8% 0.88% -
XYZ 32.19 17.99 4.26 -
YUV 99.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 224 46 45 0 0.79 0.80 0.12 0.34 0.74 0.53
Hex E0 2E 2D 0 4F 50 C 0 4A 35
Octal 340 56 55 0 117 120 14 0 112 65
Binary 11100000 101110 101101 0 1001111 1010000 1100 0 1001010 110101

Color Harmonies of #E02E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E2D

Black with #E02E2D

Text Example


Text Example

White with #E02E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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