Html Css Color HEX #E50F3F Crimson

📋 copy color: '#E50F3F'

red 229 ◦ green 15 ◦ blue 63

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

Shades of Crimson #E50F3F

Tints of Crimson #E50F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 74.59%
G = 4.89%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50F3F (or 0xE50F3F) is known color: Crimson. HEX triplet: E5, 0F and 3F. RGB value is (229,15,63). Sum of RGB (Red+Green+Blue) = 229+15+63=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F3F is #1AF0C0. Grayscale: #545454. Windows color (decimal): -1765569 or 4132837. OLE color: 4132837.

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

Color convert

RGB 229 15 63 -
CMYK 0 0.93 0.72 0.10
HSL 346.54º 0.88% 0.48% -
HSV(B) 346.54º 0.93% 0.9% -
XYZ 33.38 17.36 6.29 -
YUV 84.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 229 15 63 0 0.93 0.72 0.10 346.54 0.88 0.48
Hex E5 F 3F 0 5D 48 A 15B 58 30
Octal 345 17 77 0 135 110 12 533 130 60
Binary 11100101 1111 111111 0 1011101 1001000 1010 101011011 1011000 110000

Color Harmonies of #E50F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F3F

Black with #E50F3F

Text Example


Text Example

White with #E50F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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