Html Css Color HEX #E12821 Persian Red

📋 copy color: '#E12821'

red 225 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #E12821

Tints of Persian Red #E12821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 75.5%
G = 13.42%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E12821 (or 0xE12821) is known color: Persian Red. HEX triplet: E1, 28 and 21. RGB value is (225,40,33). Sum of RGB (Red+Green+Blue) = 225+40+33=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E12821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12821 is #1ED7DE. Grayscale: #5E5E5E. Windows color (decimal): -2021343 or 2173153. OLE color: 2173153.

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

Color convert

RGB 225 40 33 -
CMYK 0 0.82 0.85 0.12
HSL 2.19º 0.76% 0.51% -
HSV(B) 2.19º 0.85% 0.88% -
XYZ 32.08 17.63 3.15 -
YUV 94.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 225 40 33 0 0.82 0.85 0.12 2.19 0.76 0.51
Hex E1 28 21 0 52 55 C 2 4C 33
Octal 341 50 41 0 122 125 14 2 114 63
Binary 11100001 101000 100001 0 1010010 1010101 1100 10 1001100 110011

Color Harmonies of #E12821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12821

Black with #E12821

Text Example


Text Example

White with #E12821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12821; }

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

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

background-color css

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

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

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

border-color css

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

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

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