Html Css Color HEX #E12C2A Persian Red

📋 copy color: '#E12C2A'

red 225 ◦ green 44 ◦ blue 42

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

Shades of Persian Red #E12C2A

Tints of Persian Red #E12C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 72.35%
G = 14.15%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12C2A (or 0xE12C2A) is known color: Persian Red. HEX triplet: E1, 2C and 2A. RGB value is (225,44,42). Sum of RGB (Red+Green+Blue) = 225+44+42=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C2A is #1ED3D5. Grayscale: #626262. Windows color (decimal): -2020310 or 2764001. OLE color: 2764001.

HSL color Cylindrical-coordinate representation of color #E12C2A: hue angle of 0.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12C2A is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 44 42 -
CMYK 0 0.80 0.81 0.12
HSL 0.66º 0.75% 0.52% -
HSV(B) 0.66º 0.81% 0.88% -
XYZ 32.37 17.98 3.95 -
YUV 97.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 225 44 42 0 0.80 0.81 0.12 0.66 0.75 0.52
Hex E1 2C 2A 0 50 51 C 1 4B 34
Octal 341 54 52 0 120 121 14 1 113 64
Binary 11100001 101100 101010 0 1010000 1010001 1100 1 1001011 110100

Color Harmonies of #E12C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C2A

Black with #E12C2A

Text Example


Text Example

White with #E12C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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