Html Css Color HEX #E12521 Persian Red

📋 copy color: '#E12521'

red 225 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #E12521

Tints of Persian Red #E12521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 76.27%
G = 12.54%
B = 11.19%

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

#E12521 (or 0xE12521) is known color: Persian Red. HEX triplet: E1, 25 and 21. RGB value is (225,37,33). Sum of RGB (Red+Green+Blue) = 225+37+33=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12521 is #1EDADE. Grayscale: #5C5C5C. Windows color (decimal): -2022111 or 2172385. OLE color: 2172385.

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

Color convert

RGB 225 37 33 -
CMYK 0 0.84 0.85 0.12
HSL 1.25º 0.76% 0.51% -
HSV(B) 1.25º 0.85% 0.88% -
XYZ 31.99 17.44 3.12 -
YUV 92.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 225 37 33 0 0.84 0.85 0.12 1.25 0.76 0.51
Hex E1 25 21 0 54 55 C 1 4C 33
Octal 341 45 41 0 124 125 14 1 114 63
Binary 11100001 100101 100001 0 1010100 1010101 1100 1 1001100 110011

Color Harmonies of #E12521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12521

Black with #E12521

Text Example


Text Example

White with #E12521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12521; }

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

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

background-color css

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

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

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

border-color css

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

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

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