#E01831

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

Shades of Crimson #E01831

Tints of Crimson #E01831

Color information

#E01831 (or 0xE01831) is unknown color: approx Crimson. HEX triplet: E0, 18 and 31. RGB value is (224,24,49). Sum of RGB (Red+Green+Blue) = 224+24+49=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01831 is #1FE7CE. Grayscale: #565656. Windows color (decimal): -2090959 or 3217632. OLE color: 3217632.

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

Color convert

RGB2242449-
CMYK00.890.780.12
HSL352.5º80.65%48.63%-
HSV(B)352.5º89.29%87.84%-
XYZ31.6216.724.47-
YUV86.65106.76225.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.42%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=75.42%
G=8.08%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224244900.890.780.12352.580.6548.63
HexE018310594EC1605131
Octal340306101311161454012161
Binary111000001100011000101011001100111011001011000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01831; }

 p { color: rgb(224,24,49); }

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

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

 a { background-color: rgb(224,24,49); }

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

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

 span { border-color: rgb(224,24,49); }

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