Html Css Color HEX #E02D24 Persian Red

📋 copy color: '#E02D24'

red 224 ◦ green 45 ◦ blue 36

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

Shades of Persian Red #E02D24

Tints of Persian Red #E02D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 73.44%
G = 14.75%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02D24 (or 0xE02D24) is known color: Persian Red. HEX triplet: E0, 2D and 24. RGB value is (224,45,36). Sum of RGB (Red+Green+Blue) = 224+45+36=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D24 is #1FD2DB. Grayscale: #616161. Windows color (decimal): -2085596 or 2371040. OLE color: 2371040.

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

Color convert

RGB 224 45 36 -
CMYK 0 0.80 0.84 0.12
HSL 2.87º 0.75% 0.51% -
HSV(B) 2.87º 0.84% 0.88% -
XYZ 32 17.85 3.43 -
YUV 97.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 224 45 36 0 0.80 0.84 0.12 2.87 0.75 0.51
Hex E0 2D 24 0 50 54 C 3 4B 33
Octal 340 55 44 0 120 124 14 3 113 63
Binary 11100000 101101 100100 0 1010000 1010100 1100 11 1001011 110011

Color Harmonies of #E02D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D24

Black with #E02D24

Text Example


Text Example

White with #E02D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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