#D1154C

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

Shades of Crimson #D1154C

Tints of Crimson #D1154C

Color information

#D1154C (or 0xD1154C) is unknown color: approx Crimson. HEX triplet: D1, 15 and 4C. RGB value is (209,21,76). Sum of RGB (Red+Green+Blue) = 209+21+76=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1154C is #2EEAB3. Grayscale: #535353. Windows color (decimal): -3074740 or 4986321. OLE color: 4986321.

HSL color Cylindrical-coordinate representation of color #D1154C: hue angle of 342.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1154C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2092176-
CMYK00.900.640.18
HSL342.45º81.74%45.1%-
HSV(B)342.45º89.95%81.96%-
XYZ27.8714.618.19-
YUV83.48123.78217.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.30%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=68.30%
G=6.86%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209217600.900.640.18342.4581.7445.1
HexD1154C05A4012156522d
Octal3212511401321002252612255
Binary11010001101011001100010110101000000100101010101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1154C; }

 p { color: rgb(209,21,76); }

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

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

 a { background-color: rgb(209,21,76); }

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

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

 span { border-color: rgb(209,21,76); }

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