Html Css Color HEX #E02C27 Persian Red

📋 copy color: '#E02C27'

red 224 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #E02C27

Tints of Persian Red #E02C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 72.96%
G = 14.33%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02C27 (or 0xE02C27) is known color: Persian Red. HEX triplet: E0, 2C and 27. RGB value is (224,44,39). Sum of RGB (Red+Green+Blue) = 224+44+39=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C27 is #1FD3D8. Grayscale: #616161. Windows color (decimal): -2085849 or 2567392. OLE color: 2567392.

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

Color convert

RGB 224 44 39 -
CMYK 0 0.80 0.83 0.12
HSL 1.62º 0.75% 0.52% -
HSV(B) 1.62º 0.83% 0.88% -
XYZ 32.01 17.8 3.67 -
YUV 97.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 224 44 39 0 0.80 0.83 0.12 1.62 0.75 0.52
Hex E0 2C 27 0 50 53 C 2 4B 34
Octal 340 54 47 0 120 123 14 2 113 64
Binary 11100000 101100 100111 0 1010000 1010011 1100 10 1001011 110100

Color Harmonies of #E02C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C27

Black with #E02C27

Text Example


Text Example

White with #E02C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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