#E21338

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

Shades of Crimson #E21338

Tints of Crimson #E21338

Color information

#E21338 (or 0xE21338) is unknown color: approx Crimson. HEX triplet: E2, 13 and 38. RGB value is (226,19,56). Sum of RGB (Red+Green+Blue) = 226+19+56=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21338 is #1DECC7. Grayscale: #555555. Windows color (decimal): -1961160 or 3675106. OLE color: 3675106.

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

Color convert

RGB2261956-
CMYK00.920.750.11
HSL349.28º84.49%48.04%-
HSV(B)349.28º91.59%88.63%-
XYZ32.3116.925.3-
YUV85.11111.58228.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.08%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=75.08%
G=6.31%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226195600.920.750.11349.2884.4948.04
HexE2133805C4BB15d5430
Octal342237001341131353512460
Binary111000101001111100001011100100101110111010111011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21338; }

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

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

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

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

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

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

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

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