Html Css Color HEX #E50F2E Crimson

📋 copy color: '#E50F2E'

red 229 ◦ green 15 ◦ blue 46

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

Shades of Crimson #E50F2E

Tints of Crimson #E50F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 78.97%
G = 5.17%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E50F2E (or 0xE50F2E) is known color: Crimson. HEX triplet: E5, 0F and 2E. RGB value is (229,15,46). Sum of RGB (Red+Green+Blue) = 229+15+46=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F2E is #1AF0D1. Grayscale: #525252. Windows color (decimal): -1765586 or 3018725. OLE color: 3018725.

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

Color convert

RGB 229 15 46 -
CMYK 0 0.93 0.80 0.10
HSL 351.31º 0.88% 0.48% -
HSV(B) 351.31º 0.93% 0.9% -
XYZ 32.98 17.2 4.17 -
YUV 82.52 107.4 232.48 -
System Red Green Blue C M Y K H S L
Decimal 229 15 46 0 0.93 0.80 0.10 351.31 0.88 0.48
Hex E5 F 2E 0 5D 50 A 15F 58 30
Octal 345 17 56 0 135 120 12 537 130 60
Binary 11100101 1111 101110 0 1011101 1010000 1010 101011111 1011000 110000

Color Harmonies of #E50F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F2E

Black with #E50F2E

Text Example


Text Example

White with #E50F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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