Html Css Color HEX #E50435 Crimson

📋 copy color: '#E50435'

red 229 ◦ green 4 ◦ blue 53

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

Shades of Crimson #E50435

Tints of Crimson #E50435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 80.07%
G = 1.4%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E50435 (or 0xE50435) is known color: Crimson. HEX triplet: E5, 04 and 35. RGB value is (229,4,53). Sum of RGB (Red+Green+Blue) = 229+4+53=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E50435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50435 is #1AFBCA. Grayscale: #4C4C4C. Windows color (decimal): -1768395 or 3474661. OLE color: 3474661.

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

Color convert

RGB 229 4 53 -
CMYK 0 0.98 0.77 0.10
HSL 346.93º 0.97% 0.46% -
HSV(B) 346.93º 0.98% 0.9% -
XYZ 33 17 4.91 -
YUV 76.86 114.54 236.52 -
System Red Green Blue C M Y K H S L
Decimal 229 4 53 0 0.98 0.77 0.10 346.93 0.97 0.46
Hex E5 4 35 0 62 4D A 15B 61 2E
Octal 345 4 65 0 142 115 12 533 141 56
Binary 11100101 100 110101 0 1100010 1001101 1010 101011011 1100001 101110

Color Harmonies of #E50435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50435

Black with #E50435

Text Example


Text Example

White with #E50435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50435; }

 p { color: rgb(229,4,53); }

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

background-color css

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

 a { background-color: rgb(229,4,53); }

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

border-color css

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

 span { border-color: rgb(229,4,53); }

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