#D1153C

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

Shades of Crimson #D1153C

Tints of Crimson #D1153C

Color information

#D1153C (or 0xD1153C) is unknown color: approx Crimson. HEX triplet: D1, 15 and 3C. RGB value is (209,21,60). Sum of RGB (Red+Green+Blue) = 209+21+60=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1153C is #2EEAC3. Grayscale: #515151. Windows color (decimal): -3074756 or 3937745. OLE color: 3937745.

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

Color convert

RGB2092160-
CMYK00.900.710.18
HSL347.55º81.74%45.1%-
HSV(B)347.55º89.95%81.96%-
XYZ27.3814.425.61-
YUV81.66115.78218.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.07%
GREEN value IS 21 (8.59% from 255) = 7.24%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=72.07%
G=7.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209216000.900.710.18347.5581.7445.1
HexD1153C05A471215c522d
Octal321257401321072253412255
Binary1101000110101111100010110101000111100101010111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1153C; }

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

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

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

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

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

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

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

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