#E21836

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

Shades of Crimson #E21836

Tints of Crimson #E21836

Color information

#E21836 (or 0xE21836) is unknown color: approx Crimson. HEX triplet: E2, 18 and 36. RGB value is (226,24,54). Sum of RGB (Red+Green+Blue) = 226+24+54=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E21836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21836 is #1DE7C9. Grayscale: #575757. Windows color (decimal): -1959882 or 3545314. OLE color: 3545314.

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

Color convert

RGB2262454-
CMYK00.890.760.11
HSL351.09º80.8%49.02%-
HSV(B)351.09º89.38%88.63%-
XYZ32.3617.095.08-
YUV87.82108.92226.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.34%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=74.34%
G=7.89%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226245400.890.760.11351.0980.849.02
HexE218360594CB15f5131
Octal342306601311141353712161
Binary111000101100011011001011001100110010111010111111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21836; }

 p { color: rgb(226,24,54); }

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

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

 a { background-color: rgb(226,24,54); }

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

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

 span { border-color: rgb(226,24,54); }

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