Html Css Color HEX #E12922 Persian Red

📋 copy color: '#E12922'

red 225 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #E12922

Tints of Persian Red #E12922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 75%
G = 13.67%
B = 11.33%

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

#E12922 (or 0xE12922) is known color: Persian Red. HEX triplet: E1, 29 and 22. RGB value is (225,41,34). Sum of RGB (Red+Green+Blue) = 225+41+34=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E12922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12922 is #1ED6DD. Grayscale: #5F5F5F. Windows color (decimal): -2021086 or 2238945. OLE color: 2238945.

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

Color convert

RGB 225 41 34 -
CMYK 0 0.82 0.85 0.12
HSL 2.2º 0.76% 0.51% -
HSV(B) 2.2º 0.85% 0.88% -
XYZ 32.13 17.71 3.24 -
YUV 95.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 225 41 34 0 0.82 0.85 0.12 2.2 0.76 0.51
Hex E1 29 22 0 52 55 C 2 4C 33
Octal 341 51 42 0 122 125 14 2 114 63
Binary 11100001 101001 100010 0 1010010 1010101 1100 10 1001100 110011

Color Harmonies of #E12922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12922

Black with #E12922

Text Example


Text Example

White with #E12922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12922; }

 p { color: rgb(225,41,34); }

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

background-color css

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

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

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

border-color css

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

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

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