Html Css Color HEX #E50F36 Crimson

📋 copy color: '#E50F36'

red 229 ◦ green 15 ◦ blue 54

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

Shades of Crimson #E50F36

Tints of Crimson #E50F36

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 76.85%
G = 5.03%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E50F36 (or 0xE50F36) is known color: Crimson. HEX triplet: E5, 0F and 36. RGB value is (229,15,54). Sum of RGB (Red+Green+Blue) = 229+15+54=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F36 is #1AF0C9. Grayscale: #535353. Windows color (decimal): -1765578 or 3543013. OLE color: 3543013.

HSL color Cylindrical-coordinate representation of color #E50F36: hue angle of 349.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F36 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 54 -
CMYK 0 0.93 0.76 0.10
HSL 349.07º 0.88% 0.48% -
HSV(B) 349.07º 0.93% 0.9% -
XYZ 33.15 17.27 5.08 -
YUV 83.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 229 15 54 0 0.93 0.76 0.10 349.07 0.88 0.48
Hex E5 F 36 0 5D 4C A 15D 58 30
Octal 345 17 66 0 135 114 12 535 130 60
Binary 11100101 1111 110110 0 1011101 1001100 1010 101011101 1011000 110000

Color Harmonies of #E50F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F36

Black with #E50F36

Text Example


Text Example

White with #E50F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F36; }

 p { color: rgb(229,15,54); }

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

background-color css

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

 a { background-color: rgb(229,15,54); }

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

border-color css

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

 span { border-color: rgb(229,15,54); }

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