Html Css Color HEX #E02624 Persian Red

📋 copy color: '#E02624'

red 224 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #E02624

Tints of Persian Red #E02624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 75.17%
G = 12.75%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02624 (or 0xE02624) is known color: Persian Red. HEX triplet: E0, 26 and 24. RGB value is (224,38,36). Sum of RGB (Red+Green+Blue) = 224+38+36=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E02624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02624 is #1FD9DB. Grayscale: #5D5D5D. Windows color (decimal): -2087388 or 2369248. OLE color: 2369248.

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

Color convert

RGB 224 38 36 -
CMYK 0 0.83 0.84 0.12
HSL 0.64º 0.75% 0.51% -
HSV(B) 0.64º 0.84% 0.88% -
XYZ 31.75 17.36 3.35 -
YUV 93.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 224 38 36 0 0.83 0.84 0.12 0.64 0.75 0.51
Hex E0 26 24 0 53 54 C 1 4B 33
Octal 340 46 44 0 123 124 14 1 113 63
Binary 11100000 100110 100100 0 1010011 1010100 1100 1 1001011 110011

Color Harmonies of #E02624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02624

Black with #E02624

Text Example


Text Example

White with #E02624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02624; }

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

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

background-color css

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

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

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

border-color css

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

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

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