#D1164D

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

Shades of Crimson #D1164D

Tints of Crimson #D1164D

Color information

#D1164D (or 0xD1164D) is unknown color: approx Crimson. HEX triplet: D1, 16 and 4D. RGB value is (209,22,77). Sum of RGB (Red+Green+Blue) = 209+22+77=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1164D is #2EE9B2. Grayscale: #545454. Windows color (decimal): -3074483 or 5052113. OLE color: 5052113.

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

Color convert

RGB2092277-
CMYK00.890.630.18
HSL342.35º80.95%45.29%-
HSV(B)342.35º89.47%81.96%-
XYZ27.9214.668.38-
YUV84.18123.95217.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.86%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 77 (30.47% from 255) = 25%
R=67.86%
G=7.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209227700.890.630.18342.3580.9545.29
HexD1164D0593F12156512d
Octal321261150131772252612155
Binary1101000110110100110101011001111111100101010101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1164D; }

 p { color: rgb(209,22,77); }

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

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

 a { background-color: rgb(209,22,77); }

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

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

 span { border-color: rgb(209,22,77); }

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