Html Css Color HEX #E50C46 Crimson

📋 copy color: '#E50C46'

red 229 ◦ green 12 ◦ blue 70

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

Shades of Crimson #E50C46

Tints of Crimson #E50C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.86%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 73.63%
G = 3.86%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E50C46 (or 0xE50C46) is known color: Crimson. HEX triplet: E5, 0C and 46. RGB value is (229,12,70). Sum of RGB (Red+Green+Blue) = 229+12+70=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C46 is #1AF3B9. Grayscale: #535353. Windows color (decimal): -1766330 or 4590821. OLE color: 4590821.

HSL color Cylindrical-coordinate representation of color #E50C46: hue angle of 343.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C46 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 70 -
CMYK 0 0.95 0.69 0.10
HSL 343.96º 0.9% 0.47% -
HSV(B) 343.96º 0.95% 0.9% -
XYZ 33.55 17.36 7.38 -
YUV 83.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 229 12 70 0 0.95 0.69 0.10 343.96 0.9 0.47
Hex E5 C 46 0 5F 45 A 158 5A 2F
Octal 345 14 106 0 137 105 12 530 132 57
Binary 11100101 1100 1000110 0 1011111 1000101 1010 101011000 1011010 101111

Color Harmonies of #E50C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C46

Black with #E50C46

Text Example


Text Example

White with #E50C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C46; }

 p { color: rgb(229,12,70); }

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

background-color css

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

 a { background-color: rgb(229,12,70); }

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

border-color css

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

 span { border-color: rgb(229,12,70); }

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