Html Css Color HEX #E7053A Crimson

📋 copy color: '#E7053A'

red 231 ◦ green 5 ◦ blue 58

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

Shades of Crimson #E7053A

Tints of Crimson #E7053A

RGB

 RED value IS 231 (90.63% from 255) = 78.57%

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

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

R = 78.57%
G = 1.7%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E7053A (or 0xE7053A) is known color: Crimson. HEX triplet: E7, 05 and 3A. RGB value is (231,5,58). Sum of RGB (Red+Green+Blue) = 231+5+58=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7053A is #18FAC5. Grayscale: #4E4E4E. Windows color (decimal): -1637062 or 3802599. OLE color: 3802599.

HSL color Cylindrical-coordinate representation of color #E7053A: hue angle of 345.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7053A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 58 -
CMYK 0 0.98 0.75 0.09
HSL 345.93º 0.96% 0.46% -
HSV(B) 345.93º 0.98% 0.91% -
XYZ 33.77 17.4 5.58 -
YUV 78.62 116.37 236.69 -
System Red Green Blue C M Y K H S L
Decimal 231 5 58 0 0.98 0.75 0.09 345.93 0.96 0.46
Hex E7 5 3A 0 62 4B 9 15A 60 2E
Octal 347 5 72 0 142 113 11 532 140 56
Binary 11100111 101 111010 0 1100010 1001011 1001 101011010 1100000 101110

Color Harmonies of #E7053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7053A

Black with #E7053A

Text Example


Text Example

White with #E7053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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