Html Css Color HEX #E02C2C Persian Red

📋 copy color: '#E02C2C'

red 224 ◦ green 44 ◦ blue 44

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

Shades of Persian Red #E02C2C

Tints of Persian Red #E02C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 71.79%
G = 14.1%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E02C2C (or 0xE02C2C) is known color: Persian Red. HEX triplet: E0, 2C and 2C. RGB value is (224,44,44). Sum of RGB (Red+Green+Blue) = 224+44+44=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C2C is #1FD3D3. Grayscale: #626262. Windows color (decimal): -2085844 or 2895072. OLE color: 2895072.

HSL color Cylindrical-coordinate representation of color #E02C2C: 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.8%. Process color model (Four color, CMYK) of #E02C2C is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 44 -
CMYK 0 0.80 0.80 0.12
HSL 0.74% 0.53% -
HSV(B) 0.8% 0.88% -
XYZ 32.1 17.83 4.13 -
YUV 97.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 224 44 44 0 0.80 0.80 0.12 0 0.74 0.53
Hex E0 2C 2C 0 50 50 C 0 4A 35
Octal 340 54 54 0 120 120 14 0 112 65
Binary 11100000 101100 101100 0 1010000 1010000 1100 0 1001010 110101

Color Harmonies of #E02C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C2C

Black with #E02C2C

Text Example


Text Example

White with #E02C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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