Html Css Color HEX #E4123C Crimson

📋 copy color: '#E4123C'

red 228 ◦ green 18 ◦ blue 60

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

Shades of Crimson #E4123C

Tints of Crimson #E4123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 74.51%
G = 5.88%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E4123C (or 0xE4123C) is known color: Crimson. HEX triplet: E4, 12 and 3C. RGB value is (228,18,60). Sum of RGB (Red+Green+Blue) = 228+18+60=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4123C is #1BEDC3. Grayscale: #555555. Windows color (decimal): -1830340 or 3936996. OLE color: 3936996.

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

Color convert

RGB 228 18 60 -
CMYK 0 0.92 0.74 0.11
HSL 348º 0.85% 0.48% -
HSV(B) 348º 0.92% 0.89% -
XYZ 33.03 17.25 5.86 -
YUV 85.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 228 18 60 0 0.92 0.74 0.11 348 0.85 0.48
Hex E4 12 3C 0 5C 4A B 15C 55 30
Octal 344 22 74 0 134 112 13 534 125 60
Binary 11100100 10010 111100 0 1011100 1001010 1011 101011100 1010101 110000

Color Harmonies of #E4123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4123C

Black with #E4123C

Text Example


Text Example

White with #E4123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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