Html Css Color HEX #E50C44 Crimson

📋 copy color: '#E50C44'

red 229 ◦ green 12 ◦ blue 68

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

Shades of Crimson #E50C44

Tints of Crimson #E50C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 74.11%
G = 3.88%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E50C44 (or 0xE50C44) is known color: Crimson. HEX triplet: E5, 0C and 44. RGB value is (229,12,68). Sum of RGB (Red+Green+Blue) = 229+12+68=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C44 is #1AF3BB. Grayscale: #535353. Windows color (decimal): -1766332 or 4459749. OLE color: 4459749.

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

Color convert

RGB 229 12 68 -
CMYK 0 0.95 0.70 0.10
HSL 344.52º 0.9% 0.47% -
HSV(B) 344.52º 0.95% 0.9% -
XYZ 33.49 17.34 7.05 -
YUV 83.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 229 12 68 0 0.95 0.70 0.10 344.52 0.9 0.47
Hex E5 C 44 0 5F 46 A 159 5A 2F
Octal 345 14 104 0 137 106 12 531 132 57
Binary 11100101 1100 1000100 0 1011111 1000110 1010 101011001 1011010 101111

Color Harmonies of #E50C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C44

Black with #E50C44

Text Example


Text Example

White with #E50C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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