#E20338

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

Shades of Crimson #E20338

Tints of Crimson #E20338

Color information

#E20338 (or 0xE20338) is unknown color: approx Crimson. HEX triplet: E2, 03 and 38. RGB value is (226,3,56). Sum of RGB (Red+Green+Blue) = 226+3+56=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E20338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20338 is #1DFCC7. Grayscale: #4B4B4B. Windows color (decimal): -1965256 or 3671010. OLE color: 3671010.

HSL color Cylindrical-coordinate representation of color #E20338: hue angle of 345.74º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20338 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB226356-
CMYK00.990.750.11
HSL345.74º97.38%44.9%-
HSV(B)345.74º98.67%88.63%-
XYZ32.1116.525.24-
YUV75.72116.88235.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.30%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=79.30%
G=1.05%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22635600.990.750.11345.7497.3844.9
HexE23380634BB15a612d
Octal34237001431131353214155
Binary111000101111100001100011100101110111010110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20338; }

 p { color: rgb(226,3,56); }

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

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

 a { background-color: rgb(226,3,56); }

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

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

 span { border-color: rgb(226,3,56); }

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