Html Css Color HEX #E7053B Crimson

📋 copy color: '#E7053B'

red 231 ◦ green 5 ◦ blue 59

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

Shades of Crimson #E7053B

Tints of Crimson #E7053B

RGB

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

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

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

R = 78.31%
G = 1.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E7053B (or 0xE7053B) is known color: Crimson. HEX triplet: E7, 05 and 3B. RGB value is (231,5,59). Sum of RGB (Red+Green+Blue) = 231+5+59=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7053B is #18FAC4. Grayscale: #4E4E4E. Windows color (decimal): -1637061 or 3868135. OLE color: 3868135.

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

Color convert

RGB 231 5 59 -
CMYK 0 0.98 0.74 0.09
HSL 345.66º 0.96% 0.46% -
HSV(B) 345.66º 0.98% 0.91% -
XYZ 33.8 17.41 5.72 -
YUV 78.73 116.87 236.61 -
System Red Green Blue C M Y K H S L
Decimal 231 5 59 0 0.98 0.74 0.09 345.66 0.96 0.46
Hex E7 5 3B 0 62 4A 9 15A 60 2E
Octal 347 5 73 0 142 112 11 532 140 56
Binary 11100111 101 111011 0 1100010 1001010 1001 101011010 1100000 101110

Color Harmonies of #E7053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7053B

Black with #E7053B

Text Example


Text Example

White with #E7053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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