Html Css Color HEX #E12424 Persian Red

📋 copy color: '#E12424'

red 225 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #E12424

Tints of Persian Red #E12424

RGB

 RED value IS 225 (88.28% from 255) = 75.76%

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 75.76%
G = 12.12%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12424 (or 0xE12424) is known color: Persian Red. HEX triplet: E1, 24 and 24. RGB value is (225,36,36). Sum of RGB (Red+Green+Blue) = 225+36+36=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E12424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12424 is #1EDBDB. Grayscale: #5C5C5C. Windows color (decimal): -2022364 or 2368737. OLE color: 2368737.

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

Color convert

RGB 225 36 36 -
CMYK 0 0.84 0.84 0.12
HSL 0.76% 0.51% -
HSV(B) 0.84% 0.88% -
XYZ 32 17.4 3.34 -
YUV 92.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 225 36 36 0 0.84 0.84 0.12 0 0.76 0.51
Hex E1 24 24 0 54 54 C 0 4C 33
Octal 341 44 44 0 124 124 14 0 114 63
Binary 11100001 100100 100100 0 1010100 1010100 1100 0 1001100 110011

Color Harmonies of #E12424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12424

Black with #E12424

Text Example


Text Example

White with #E12424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12424; }

 p { color: rgb(225,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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