#E70F3D

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

Shades of Crimson #E70F3D

Tints of Crimson #E70F3D

Color information

#E70F3D (or 0xE70F3D) is unknown color: approx Crimson. HEX triplet: E7, 0F and 3D. RGB value is (231,15,61). Sum of RGB (Red+Green+Blue) = 231+15+61=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70F3D is #18F0C2. Grayscale: #545454. Windows color (decimal): -1634499 or 4001767. OLE color: 4001767.

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

Color convert

RGB2311561-
CMYK00.940.740.09
HSL347.22º87.8%48.24%-
HSV(B)347.22º93.51%90.59%-
XYZ33.9717.676.03-
YUV84.83114.56232.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 75.24%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=75.24%
G=4.89%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231156100.940.740.09347.2287.848.24
HexE7F3D05E4A915b5830
Octal347177501361121153313060
Binary11100111111111110101011110100101010011010110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F3D; }

 p { color: rgb(231,15,61); }

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

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

 a { background-color: rgb(231,15,61); }

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

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

 span { border-color: rgb(231,15,61); }

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