Html Css Color HEX #E5122C Crimson

📋 copy color: '#E5122C'

red 229 ◦ green 18 ◦ blue 44

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

Shades of Crimson #E5122C

Tints of Crimson #E5122C

RGB

 RED value IS 229 (89.84% from 255) = 78.69%

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 78.69%
G = 6.19%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5122C (or 0xE5122C) is known color: Crimson. HEX triplet: E5, 12 and 2C. RGB value is (229,18,44). Sum of RGB (Red+Green+Blue) = 229+18+44=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5122C is #1AEDD3. Grayscale: #545454. Windows color (decimal): -1764820 or 2888421. OLE color: 2888421.

HSL color Cylindrical-coordinate representation of color #E5122C: hue angle of 352.61º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 44 -
CMYK 0 0.92 0.81 0.10
HSL 352.61º 0.85% 0.48% -
HSV(B) 352.61º 0.92% 0.9% -
XYZ 32.98 17.27 3.98 -
YUV 84.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 229 18 44 0 0.92 0.81 0.10 352.61 0.85 0.48
Hex E5 12 2C 0 5C 51 A 161 55 30
Octal 345 22 54 0 134 121 12 541 125 60
Binary 11100101 10010 101100 0 1011100 1010001 1010 101100001 1010101 110000

Color Harmonies of #E5122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5122C

Black with #E5122C

Text Example


Text Example

White with #E5122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5122C; }

 p { color: rgb(229,18,44); }

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

background-color css

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

 a { background-color: rgb(229,18,44); }

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

border-color css

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

 span { border-color: rgb(229,18,44); }

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