#D1153E

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

Shades of Crimson #D1153E

Tints of Crimson #D1153E

Color information

#D1153E (or 0xD1153E) is unknown color: approx Crimson. HEX triplet: D1, 15 and 3E. RGB value is (209,21,62). Sum of RGB (Red+Green+Blue) = 209+21+62=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1153E is #2EEAC1. Grayscale: #515151. Windows color (decimal): -3074754 or 4068817. OLE color: 4068817.

HSL color Cylindrical-coordinate representation of color #D1153E: hue angle of 346.91º 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 #D1153E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2092162-
CMYK00.900.700.18
HSL346.91º81.74%45.1%-
HSV(B)346.91º89.95%81.96%-
XYZ27.4314.445.9-
YUV81.89116.78218.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.58%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=71.58%
G=7.19%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209216200.900.700.18346.9181.7445.1
HexD1153E05A461215b522d
Octal321257601321062253312255
Binary1101000110101111110010110101000110100101010110111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1153E; }

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

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

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

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

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

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

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

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