Html Css Color HEX #E50C3A Crimson

📋 copy color: '#E50C3A'

red 229 ◦ green 12 ◦ blue 58

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

Shades of Crimson #E50C3A

Tints of Crimson #E50C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 76.59%
G = 4.01%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E50C3A (or 0xE50C3A) is known color: Crimson. HEX triplet: E5, 0C and 3A. RGB value is (229,12,58). Sum of RGB (Red+Green+Blue) = 229+12+58=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C3A is #1AF3C5. Grayscale: #525252. Windows color (decimal): -1766342 or 3804389. OLE color: 3804389.

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

Color convert

RGB 229 12 58 -
CMYK 0 0.95 0.75 0.10
HSL 347.28º 0.9% 0.47% -
HSV(B) 347.28º 0.95% 0.9% -
XYZ 33.21 17.23 5.58 -
YUV 82.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 229 12 58 0 0.95 0.75 0.10 347.28 0.9 0.47
Hex E5 C 3A 0 5F 4B A 15B 5A 2F
Octal 345 14 72 0 137 113 12 533 132 57
Binary 11100101 1100 111010 0 1011111 1001011 1010 101011011 1011010 101111

Color Harmonies of #E50C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C3A

Black with #E50C3A

Text Example


Text Example

White with #E50C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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