Html Css Color HEX #E12423 Persian Red

📋 copy color: '#E12423'

red 225 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #E12423

Tints of Persian Red #E12423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 76.01%
G = 12.16%
B = 11.82%

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

#E12423 (or 0xE12423) is known color: Persian Red. HEX triplet: E1, 24 and 23. RGB value is (225,36,35). Sum of RGB (Red+Green+Blue) = 225+36+35=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E12423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12423 is #1EDBDC. Grayscale: #5C5C5C. Windows color (decimal): -2022365 or 2303201. OLE color: 2303201.

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

Color convert

RGB 225 36 35 -
CMYK 0 0.84 0.84 0.12
HSL 0.32º 0.76% 0.51% -
HSV(B) 0.32º 0.84% 0.88% -
XYZ 31.99 17.39 3.26 -
YUV 92.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 225 36 35 0 0.84 0.84 0.12 0.32 0.76 0.51
Hex E1 24 23 0 54 54 C 0 4C 33
Octal 341 44 43 0 124 124 14 0 114 63
Binary 11100001 100100 100011 0 1010100 1010100 1100 0 1001100 110011

Color Harmonies of #E12423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12423

Black with #E12423

Text Example


Text Example

White with #E12423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12423; }

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

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

background-color css

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

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

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

border-color css

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

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

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