#E21330

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

Shades of Crimson #E21330

Tints of Crimson #E21330

Color information

#E21330 (or 0xE21330) is unknown color: approx Crimson. HEX triplet: E2, 13 and 30. RGB value is (226,19,48). Sum of RGB (Red+Green+Blue) = 226+19+48=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E21330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21330 is #1DECCF. Grayscale: #545454. Windows color (decimal): -1961168 or 3150818. OLE color: 3150818.

HSL color Cylindrical-coordinate representation of color #E21330: hue angle of 351.59º 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 #E21330 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2261948-
CMYK00.920.790.11
HSL351.59º84.49%48.04%-
HSV(B)351.59º91.59%88.63%-
XYZ32.1316.854.35-
YUV84.2107.58229.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.13%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=77.13%
G=6.48%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226194800.920.790.11351.5984.4948.04
HexE2133005C4FB1605430
Octal342236001341171354012460
Binary111000101001111000001011100100111110111011000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21330; }

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

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

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

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

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

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

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

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