Html Css Color HEX #E5124B Crimson

📋 copy color: '#E5124B'

red 229 ◦ green 18 ◦ blue 75

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

Shades of Crimson #E5124B

Tints of Crimson #E5124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 71.12%
G = 5.59%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5124B (or 0xE5124B) is known color: Crimson. HEX triplet: E5, 12 and 4B. RGB value is (229,18,75). Sum of RGB (Red+Green+Blue) = 229+18+75=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5124B is #1AEDB4. Grayscale: #575757. Windows color (decimal): -1764789 or 4920037. OLE color: 4920037.

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

Color convert

RGB 229 18 75 -
CMYK 0 0.92 0.67 0.10
HSL 343.79º 0.85% 0.48% -
HSV(B) 343.79º 0.92% 0.9% -
XYZ 33.8 17.6 8.27 -
YUV 87.59 120.9 228.87 -
System Red Green Blue C M Y K H S L
Decimal 229 18 75 0 0.92 0.67 0.10 343.79 0.85 0.48
Hex E5 12 4B 0 5C 43 A 158 55 30
Octal 345 22 113 0 134 103 12 530 125 60
Binary 11100101 10010 1001011 0 1011100 1000011 1010 101011000 1010101 110000

Color Harmonies of #E5124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5124B

Black with #E5124B

Text Example


Text Example

White with #E5124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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