Html Css Color HEX #E50C41 Crimson

📋 copy color: '#E50C41'

red 229 ◦ green 12 ◦ blue 65

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

Shades of Crimson #E50C41

Tints of Crimson #E50C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 74.84%
G = 3.92%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50C41 (or 0xE50C41) is known color: Crimson. HEX triplet: E5, 0C and 41. RGB value is (229,12,65). Sum of RGB (Red+Green+Blue) = 229+12+65=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C41 is #1AF3BE. Grayscale: #525252. Windows color (decimal): -1766335 or 4263141. OLE color: 4263141.

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

Color convert

RGB 229 12 65 -
CMYK 0 0.95 0.72 0.10
HSL 345.35º 0.9% 0.47% -
HSV(B) 345.35º 0.95% 0.9% -
XYZ 33.4 17.3 6.58 -
YUV 82.93 117.89 232.19 -
System Red Green Blue C M Y K H S L
Decimal 229 12 65 0 0.95 0.72 0.10 345.35 0.9 0.47
Hex E5 C 41 0 5F 48 A 159 5A 2F
Octal 345 14 101 0 137 110 12 531 132 57
Binary 11100101 1100 1000001 0 1011111 1001000 1010 101011001 1011010 101111

Color Harmonies of #E50C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C41

Black with #E50C41

Text Example


Text Example

White with #E50C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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