Html Css Color HEX #E50F3C Crimson

📋 copy color: '#E50F3C'

red 229 ◦ green 15 ◦ blue 60

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

Shades of Crimson #E50F3C

Tints of Crimson #E50F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 75.33%
G = 4.93%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E50F3C (or 0xE50F3C) is known color: Crimson. HEX triplet: E5, 0F and 3C. RGB value is (229,15,60). Sum of RGB (Red+Green+Blue) = 229+15+60=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F3C is #1AF0C3. Grayscale: #545454. Windows color (decimal): -1765572 or 3936229. OLE color: 3936229.

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

Color convert

RGB 229 15 60 -
CMYK 0 0.93 0.74 0.10
HSL 347.38º 0.88% 0.48% -
HSV(B) 347.38º 0.93% 0.9% -
XYZ 33.3 17.33 5.86 -
YUV 84.12 114.4 231.34 -
System Red Green Blue C M Y K H S L
Decimal 229 15 60 0 0.93 0.74 0.10 347.38 0.88 0.48
Hex E5 F 3C 0 5D 4A A 15B 58 30
Octal 345 17 74 0 135 112 12 533 130 60
Binary 11100101 1111 111100 0 1011101 1001010 1010 101011011 1011000 110000

Color Harmonies of #E50F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F3C

Black with #E50F3C

Text Example


Text Example

White with #E50F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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