#E70C37

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

Shades of Crimson #E70C37

Tints of Crimson #E70C37

Color information

#E70C37 (or 0xE70C37) is unknown color: approx Crimson. HEX triplet: E7, 0C and 37. RGB value is (231,12,55). Sum of RGB (Red+Green+Blue) = 231+12+55=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C37 is #18F3C8. Grayscale: #525252. Windows color (decimal): -1635273 or 3607783. OLE color: 3607783.

HSL color Cylindrical-coordinate representation of color #E70C37: hue angle of 348.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C37 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB2311255-
CMYK00.950.760.09
HSL348.22º90.12%47.65%-
HSV(B)348.22º94.81%90.59%-
XYZ33.7817.535.22-
YUV82.38112.55234-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 77.52%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=77.52%
G=4.03%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231125500.950.760.09348.2290.1247.65
HexE7C3705F4C915c5a30
Octal347146701371141153413260
Binary11100111110011011101011111100110010011010111001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70C37; }

 p { color: rgb(231,12,55); }

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

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

 a { background-color: rgb(231,12,55); }

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

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

 span { border-color: rgb(231,12,55); }

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