Html Css Color HEX #E50C42 Crimson

📋 copy color: '#E50C42'

red 229 ◦ green 12 ◦ blue 66

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

Shades of Crimson #E50C42

Tints of Crimson #E50C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 74.59%
G = 3.91%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50C42 (or 0xE50C42) is known color: Crimson. HEX triplet: E5, 0C and 42. RGB value is (229,12,66). Sum of RGB (Red+Green+Blue) = 229+12+66=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C42 is #1AF3BD. Grayscale: #535353. Windows color (decimal): -1766334 or 4328677. OLE color: 4328677.

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

Color convert

RGB 229 12 66 -
CMYK 0 0.95 0.71 0.10
HSL 345.07º 0.9% 0.47% -
HSV(B) 345.07º 0.95% 0.9% -
XYZ 33.43 17.31 6.73 -
YUV 83.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 229 12 66 0 0.95 0.71 0.10 345.07 0.9 0.47
Hex E5 C 42 0 5F 47 A 159 5A 2F
Octal 345 14 102 0 137 107 12 531 132 57
Binary 11100101 1100 1000010 0 1011111 1000111 1010 101011001 1011010 101111

Color Harmonies of #E50C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C42

Black with #E50C42

Text Example


Text Example

White with #E50C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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