Html Css Color HEX #E50533 Crimson

📋 copy color: '#E50533'

red 229 ◦ green 5 ◦ blue 51

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

Shades of Crimson #E50533

Tints of Crimson #E50533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 80.35%
G = 1.75%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50533 (or 0xE50533) is known color: Crimson. HEX triplet: E5, 05 and 33. RGB value is (229,5,51). Sum of RGB (Red+Green+Blue) = 229+5+51=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E50533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50533 is #1AFACC. Grayscale: #4D4D4D. Windows color (decimal): -1768141 or 3343845. OLE color: 3343845.

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

Color convert

RGB 229 5 51 -
CMYK 0 0.98 0.78 0.10
HSL 347.68º 0.96% 0.46% -
HSV(B) 347.68º 0.98% 0.9% -
XYZ 32.96 17.01 4.68 -
YUV 77.22 113.21 236.26 -
System Red Green Blue C M Y K H S L
Decimal 229 5 51 0 0.98 0.78 0.10 347.68 0.96 0.46
Hex E5 5 33 0 62 4E A 15C 60 2E
Octal 345 5 63 0 142 116 12 534 140 56
Binary 11100101 101 110011 0 1100010 1001110 1010 101011100 1100000 101110

Color Harmonies of #E50533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50533

Black with #E50533

Text Example


Text Example

White with #E50533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50533; }

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

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

background-color css

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

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

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

border-color css

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

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

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