Html Css Color HEX #E12323 Persian Red

📋 copy color: '#E12323'

red 225 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #E12323

Tints of Persian Red #E12323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 76.27%
G = 11.86%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12323 (or 0xE12323) is known color: Persian Red. HEX triplet: E1, 23 and 23. RGB value is (225,35,35). Sum of RGB (Red+Green+Blue) = 225+35+35=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12323 is #1EDCDC. Grayscale: #5C5C5C. Windows color (decimal): -2022621 or 2302945. OLE color: 2302945.

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

Color convert

RGB 225 35 35 -
CMYK 0 0.84 0.84 0.12
HSL 0.76% 0.51% -
HSV(B) 0.84% 0.88% -
XYZ 31.96 17.33 3.25 -
YUV 91.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 225 35 35 0 0.84 0.84 0.12 0 0.76 0.51
Hex E1 23 23 0 54 54 C 0 4C 33
Octal 341 43 43 0 124 124 14 0 114 63
Binary 11100001 100011 100011 0 1010100 1010100 1100 0 1001100 110011

Color Harmonies of #E12323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12323

Black with #E12323

Text Example


Text Example

White with #E12323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12323; }

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

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

background-color css

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

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

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

border-color css

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

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

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