#E7052E

Color #E7052E Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E7052E

Tints of Crimson #E7052E

Color information

#E7052E (or 0xE7052E) is unknown color: approx Crimson. HEX triplet: E7, 05 and 2E. RGB value is (231,5,46). Sum of RGB (Red+Green+Blue) = 231+5+46=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E7052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7052E is #18FAD1. Grayscale: #4D4D4D. Windows color (decimal): -1637074 or 3016167. OLE color: 3016167.

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

Color convert

RGB231546-
CMYK00.980.800.09
HSL349.12º95.76%46.27%-
HSV(B)349.12º97.84%90.59%-
XYZ33.517.294.16-
YUV77.25110.37237.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 81.91%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=81.91%
G=1.77%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23154600.980.800.09349.1295.7646.27
HexE752E06250915d602e
Octal34755601421201153514056
Binary1110011110110111001100010101000010011010111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7052E; }

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

 H1.HeaderClassName
 {
   color: #E7052E;
 }
 .AnyTagClassName
 {
   color: #E7052E;
 }
</style>
background-color css

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

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

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

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

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

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