Html Css Color HEX #E5053B Crimson

📋 copy color: '#E5053B'

red 229 ◦ green 5 ◦ blue 59

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

Shades of Crimson #E5053B

Tints of Crimson #E5053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 78.16%
G = 1.71%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5053B (or 0xE5053B) is known color: Crimson. HEX triplet: E5, 05 and 3B. RGB value is (229,5,59). Sum of RGB (Red+Green+Blue) = 229+5+59=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5053B is #1AFAC4. Grayscale: #4E4E4E. Windows color (decimal): -1768133 or 3868133. OLE color: 3868133.

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

Color convert

RGB 229 5 59 -
CMYK 0 0.98 0.74 0.10
HSL 345.54º 0.96% 0.46% -
HSV(B) 345.54º 0.98% 0.9% -
XYZ 33.16 17.08 5.69 -
YUV 78.13 117.21 235.61 -
System Red Green Blue C M Y K H S L
Decimal 229 5 59 0 0.98 0.74 0.10 345.54 0.96 0.46
Hex E5 5 3B 0 62 4A A 15A 60 2E
Octal 345 5 73 0 142 112 12 532 140 56
Binary 11100101 101 111011 0 1100010 1001010 1010 101011010 1100000 101110

Color Harmonies of #E5053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5053B

Black with #E5053B

Text Example


Text Example

White with #E5053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5053B; }

 p { color: rgb(229,5,59); }

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

background-color css

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

 a { background-color: rgb(229,5,59); }

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

border-color css

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

 span { border-color: rgb(229,5,59); }

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