Html Css Color HEX #E50531 Crimson

📋 copy color: '#E50531'

red 229 ◦ green 5 ◦ blue 49

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

Shades of Crimson #E50531

Tints of Crimson #E50531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 80.92%
G = 1.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E50531 (or 0xE50531) is known color: Crimson. HEX triplet: E5, 05 and 31. RGB value is (229,5,49). Sum of RGB (Red+Green+Blue) = 229+5+49=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E50531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50531 is #1AFACE. Grayscale: #4D4D4D. Windows color (decimal): -1768143 or 3212773. OLE color: 3212773.

HSL color Cylindrical-coordinate representation of color #E50531: hue angle of 348.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50531 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 49 -
CMYK 0 0.98 0.79 0.10
HSL 348.21º 0.96% 0.46% -
HSV(B) 348.21º 0.98% 0.9% -
XYZ 32.92 16.99 4.45 -
YUV 76.99 112.21 236.42 -
System Red Green Blue C M Y K H S L
Decimal 229 5 49 0 0.98 0.79 0.10 348.21 0.96 0.46
Hex E5 5 31 0 62 4F A 15C 60 2E
Octal 345 5 61 0 142 117 12 534 140 56
Binary 11100101 101 110001 0 1100010 1001111 1010 101011100 1100000 101110

Color Harmonies of #E50531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50531

Black with #E50531

Text Example


Text Example

White with #E50531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50531; }

 p { color: rgb(229,5,49); }

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

background-color css

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

 a { background-color: rgb(229,5,49); }

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

border-color css

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

 span { border-color: rgb(229,5,49); }

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