Html Css Color HEX #E12623 Persian Red

📋 copy color: '#E12623'

red 225 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #E12623

Tints of Persian Red #E12623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 75.5%
G = 12.75%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12623 (or 0xE12623) is known color: Persian Red. HEX triplet: E1, 26 and 23. RGB value is (225,38,35). Sum of RGB (Red+Green+Blue) = 225+38+35=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E12623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12623 is #1ED9DC. Grayscale: #5D5D5D. Windows color (decimal): -2021853 or 2303713. OLE color: 2303713.

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

Color convert

RGB 225 38 35 -
CMYK 0 0.83 0.84 0.12
HSL 0.95º 0.76% 0.51% -
HSV(B) 0.95º 0.84% 0.88% -
XYZ 32.05 17.52 3.28 -
YUV 93.57 94.95 221.74 -
System Red Green Blue C M Y K H S L
Decimal 225 38 35 0 0.83 0.84 0.12 0.95 0.76 0.51
Hex E1 26 23 0 53 54 C 1 4C 33
Octal 341 46 43 0 123 124 14 1 114 63
Binary 11100001 100110 100011 0 1010011 1010100 1100 1 1001100 110011

Color Harmonies of #E12623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12623

Black with #E12623

Text Example


Text Example

White with #E12623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12623; }

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

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

background-color css

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

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

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

border-color css

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

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

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