Html Css Color HEX #E5053A Crimson

📋 copy color: '#E5053A'

red 229 ◦ green 5 ◦ blue 58

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

Shades of Crimson #E5053A

Tints of Crimson #E5053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 78.42%
G = 1.71%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5053A (or 0xE5053A) is known color: Crimson. HEX triplet: E5, 05 and 3A. RGB value is (229,5,58). Sum of RGB (Red+Green+Blue) = 229+5+58=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5053A is #1AFAC5. Grayscale: #4E4E4E. Windows color (decimal): -1768134 or 3802597. OLE color: 3802597.

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

Color convert

RGB 229 5 58 -
CMYK 0 0.98 0.75 0.10
HSL 345.8º 0.96% 0.46% -
HSV(B) 345.8º 0.98% 0.9% -
XYZ 33.13 17.07 5.55 -
YUV 78.02 116.71 235.69 -
System Red Green Blue C M Y K H S L
Decimal 229 5 58 0 0.98 0.75 0.10 345.8 0.96 0.46
Hex E5 5 3A 0 62 4B A 15A 60 2E
Octal 345 5 72 0 142 113 12 532 140 56
Binary 11100101 101 111010 0 1100010 1001011 1010 101011010 1100000 101110

Color Harmonies of #E5053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5053A

Black with #E5053A

Text Example


Text Example

White with #E5053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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