Html Css Color HEX #E12B2B Persian Red

📋 copy color: '#E12B2B'

red 225 ◦ green 43 ◦ blue 43

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

Shades of Persian Red #E12B2B

Tints of Persian Red #E12B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 72.35%
G = 13.83%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12B2B (or 0xE12B2B) is known color: Persian Red. HEX triplet: E1, 2B and 2B. RGB value is (225,43,43). Sum of RGB (Red+Green+Blue) = 225+43+43=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B2B is #1ED4D4. Grayscale: #616161. Windows color (decimal): -2020565 or 2829281. OLE color: 2829281.

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

Color convert

RGB 225 43 43 -
CMYK 0 0.81 0.81 0.12
HSL 0.75% 0.53% -
HSV(B) 0.81% 0.88% -
XYZ 32.35 17.91 4.04 -
YUV 97.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 225 43 43 0 0.81 0.81 0.12 0 0.75 0.53
Hex E1 2B 2B 0 51 51 C 0 4B 35
Octal 341 53 53 0 121 121 14 0 113 65
Binary 11100001 101011 101011 0 1010001 1010001 1100 0 1001011 110101

Color Harmonies of #E12B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B2B

Black with #E12B2B

Text Example


Text Example

White with #E12B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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