Html Css Color HEX #E02C26 Persian Red

📋 copy color: '#E02C26'

red 224 ◦ green 44 ◦ blue 38

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

Shades of Persian Red #E02C26

Tints of Persian Red #E02C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 73.2%
G = 14.38%
B = 12.42%

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

#E02C26 (or 0xE02C26) is known color: Persian Red. HEX triplet: E0, 2C and 26. RGB value is (224,44,38). Sum of RGB (Red+Green+Blue) = 224+44+38=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C26 is #1FD3D9. Grayscale: #616161. Windows color (decimal): -2085850 or 2501856. OLE color: 2501856.

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

Color convert

RGB 224 44 38 -
CMYK 0 0.80 0.83 0.12
HSL 1.94º 0.75% 0.51% -
HSV(B) 1.94º 0.83% 0.88% -
XYZ 31.99 17.79 3.58 -
YUV 97.14 94.63 218.49 -
System Red Green Blue C M Y K H S L
Decimal 224 44 38 0 0.80 0.83 0.12 1.94 0.75 0.51
Hex E0 2C 26 0 50 53 C 2 4B 33
Octal 340 54 46 0 120 123 14 2 113 63
Binary 11100000 101100 100110 0 1010000 1010011 1100 10 1001011 110011

Color Harmonies of #E02C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C26

Black with #E02C26

Text Example


Text Example

White with #E02C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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