Html Css Color HEX #E12D2B Persian Red

📋 copy color: '#E12D2B'

red 225 ◦ green 45 ◦ blue 43

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

Shades of Persian Red #E12D2B

Tints of Persian Red #E12D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 71.88%
G = 14.38%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12D2B (or 0xE12D2B) is known color: Persian Red. HEX triplet: E1, 2D and 2B. RGB value is (225,45,43). Sum of RGB (Red+Green+Blue) = 225+45+43=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D2B is #1ED2D4. Grayscale: #626262. Windows color (decimal): -2020053 or 2829793. OLE color: 2829793.

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

Color convert

RGB 225 45 43 -
CMYK 0 0.8 0.81 0.12
HSL 0.66º 0.75% 0.53% -
HSV(B) 0.66º 0.81% 0.88% -
XYZ 32.43 18.06 4.06 -
YUV 98.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 225 45 43 0 0.8 0.81 0.12 0.66 0.75 0.53
Hex E1 2D 2B 0 50 51 C 1 4B 35
Octal 341 55 53 0 120 121 14 1 113 65
Binary 11100001 101101 101011 0 1010000 1010001 1100 1 1001011 110101

Color Harmonies of #E12D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D2B

Black with #E12D2B

Text Example


Text Example

White with #E12D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D2B; }

 p { color: rgb(225,45,43); }

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

background-color css

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

 a { background-color: rgb(225,45,43); }

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

border-color css

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

 span { border-color: rgb(225,45,43); }

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