Html Css Color HEX #E4124C Crimson

📋 copy color: '#E4124C'

red 228 ◦ green 18 ◦ blue 76

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

Shades of Crimson #E4124C

Tints of Crimson #E4124C

RGB

 RED value IS 228 (89.45% from 255) = 70.81%

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 70.81%
G = 5.59%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4124C (or 0xE4124C) is known color: Crimson. HEX triplet: E4, 12 and 4C. RGB value is (228,18,76). Sum of RGB (Red+Green+Blue) = 228+18+76=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4124C is #1BEDB3. Grayscale: #575757. Windows color (decimal): -1830324 or 4985572. OLE color: 4985572.

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

Color convert

RGB 228 18 76 -
CMYK 0 0.92 0.67 0.11
HSL 343.43º 0.85% 0.48% -
HSV(B) 343.43º 0.92% 0.89% -
XYZ 33.52 17.45 8.44 -
YUV 87.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 228 18 76 0 0.92 0.67 0.11 343.43 0.85 0.48
Hex E4 12 4C 0 5C 43 B 157 55 30
Octal 344 22 114 0 134 103 13 527 125 60
Binary 11100100 10010 1001100 0 1011100 1000011 1011 101010111 1010101 110000

Color Harmonies of #E4124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4124C

Black with #E4124C

Text Example


Text Example

White with #E4124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4124C; }

 p { color: rgb(228,18,76); }

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

background-color css

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

 a { background-color: rgb(228,18,76); }

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

border-color css

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

 span { border-color: rgb(228,18,76); }

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