Html Css Color HEX #E12C23 Persian Red

📋 copy color: '#E12C23'

red 225 ◦ green 44 ◦ blue 35

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

Shades of Persian Red #E12C23

Tints of Persian Red #E12C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 74.01%
G = 14.47%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12C23 (or 0xE12C23) is known color: Persian Red. HEX triplet: E1, 2C and 23. RGB value is (225,44,35). Sum of RGB (Red+Green+Blue) = 225+44+35=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C23 is #1ED3DC. Grayscale: #616161. Windows color (decimal): -2020317 or 2305249. OLE color: 2305249.

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

Color convert

RGB 225 44 35 -
CMYK 0 0.80 0.84 0.12
HSL 2.84º 0.76% 0.51% -
HSV(B) 2.84º 0.84% 0.88% -
XYZ 32.26 17.93 3.35 -
YUV 97.09 92.97 219.23 -
System Red Green Blue C M Y K H S L
Decimal 225 44 35 0 0.80 0.84 0.12 2.84 0.76 0.51
Hex E1 2C 23 0 50 54 C 3 4C 33
Octal 341 54 43 0 120 124 14 3 114 63
Binary 11100001 101100 100011 0 1010000 1010100 1100 11 1001100 110011

Color Harmonies of #E12C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C23

Black with #E12C23

Text Example


Text Example

White with #E12C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C23; }

 p { color: rgb(225,44,35); }

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

background-color css

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

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

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

border-color css

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

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

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