#e20d30

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

Shades of Crimson #E20D30

Tints of Crimson #E20D30

Color information

#E20D30 (or 0xE20D30) is unknown color: approx Crimson. HEX triplet: E2, 0D and 30. RGB value is (226,13,48). Sum of RGB (Red+Green+Blue) = 226+13+48=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20D30 is #1DF2CF. Grayscale: #505050. Windows color (decimal): -1962704 or 3149282. OLE color: 3149282.

HSL color Cylindrical-coordinate representation of color #E20D30: hue angle of 350.14º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20D30 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2261348-
CMYK00.940.790.11
HSL350.14º89.12%46.86%-
HSV(B)350.14º94.25%88.63%-
XYZ32.0416.674.33-
YUV80.68109.57231.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 78.75%
GREEN value IS 13 (5.47% from 255) = 4.53%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=78.75%
G=4.53%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226134800.940.790.11350.1489.1246.86
HexE2D3005E4FB15e592f
Octal342156001361171353613157
Binary11100010110111000001011110100111110111010111101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20d30; }

 p { color: rgb(226,13,48); }

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

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

 a { background-color: rgb(226,13,48); }

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

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

 span { border-color: rgb(226,13,48); }

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