Html Css Color HEX #E02E26 Persian Red

📋 copy color: '#E02E26'

red 224 ◦ green 46 ◦ blue 38

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

Shades of Persian Red #E02E26

Tints of Persian Red #E02E26

RGB

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

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

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

R = 72.73%
G = 14.94%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02E26 (or 0xE02E26) is known color: Persian Red. HEX triplet: E0, 2E and 26. RGB value is (224,46,38). Sum of RGB (Red+Green+Blue) = 224+46+38=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E26 is #1FD1D9. Grayscale: #626262. Windows color (decimal): -2085338 or 2502368. OLE color: 2502368.

HSL color Cylindrical-coordinate representation of color #E02E26: hue angle of 2.58º 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 #E02E26 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 46 38 -
CMYK 0 0.79 0.83 0.12
HSL 2.58º 0.75% 0.51% -
HSV(B) 2.58º 0.83% 0.88% -
XYZ 32.07 17.94 3.61 -
YUV 98.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 224 46 38 0 0.79 0.83 0.12 2.58 0.75 0.51
Hex E0 2E 26 0 4F 53 C 3 4B 33
Octal 340 56 46 0 117 123 14 3 113 63
Binary 11100000 101110 100110 0 1001111 1010011 1100 11 1001011 110011

Color Harmonies of #E02E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E26

Black with #E02E26

Text Example


Text Example

White with #E02E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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