Html Css Color HEX #E12421 Persian Red

📋 copy color: '#E12421'

red 225 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #E12421

Tints of Persian Red #E12421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 76.53%
G = 12.24%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E12421 (or 0xE12421) is known color: Persian Red. HEX triplet: E1, 24 and 21. RGB value is (225,36,33). Sum of RGB (Red+Green+Blue) = 225+36+33=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E12421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12421 is #1EDBDE. Grayscale: #5C5C5C. Windows color (decimal): -2022367 or 2172129. OLE color: 2172129.

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

Color convert

RGB 225 36 33 -
CMYK 0 0.84 0.85 0.12
HSL 0.94º 0.76% 0.51% -
HSV(B) 0.94º 0.85% 0.88% -
XYZ 31.96 17.38 3.11 -
YUV 92.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 225 36 33 0 0.84 0.85 0.12 0.94 0.76 0.51
Hex E1 24 21 0 54 55 C 1 4C 33
Octal 341 44 41 0 124 125 14 1 114 63
Binary 11100001 100100 100001 0 1010100 1010101 1100 1 1001100 110011

Color Harmonies of #E12421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12421

Black with #E12421

Text Example


Text Example

White with #E12421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12421; }

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

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

background-color css

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

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

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

border-color css

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

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

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