Shades of Crimson #D1023D
Tints of Crimson #D1023D
RGB
CMYK
RGB Variations
Color information
#D1023D (or 0xD1023D) is known color: Crimson. HEX triplet: D1, 02 and 3D. RGB value is (209,2,61). Sum of RGB (Red+Green+Blue) = 209+2+61=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1023D is #2EFDC2. Grayscale: #464646. Windows color (decimal): -3079619 or 3998417. OLE color: 3998417.
HSL color Cylindrical-coordinate representation of color #D1023D: hue angle of 342.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.18 |
| HSL | 342.9º | 0.98% | 0.41% | - |
| HSV(B) | 342.9º | 0.99% | 0.82% | - |
| XYZ | 27.16 | 13.94 | 5.67 | - |
| YUV | 70.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 61 | 0 | 0.99 | 0.71 | 0.18 | 342.9 | 0.98 | 0.41 |
| Hex | D1 | 2 | 3D | 0 | 63 | 47 | 12 | 157 | 62 | 29 |
| Octal | 321 | 2 | 75 | 0 | 143 | 107 | 22 | 527 | 142 | 51 |
| Binary | 11010001 | 10 | 111101 | 0 | 1100011 | 1000111 | 10010 | 101010111 | 1100010 | 101001 |
Color Harmonies of #D1023D
Complementary color
Monochromatic Colors of #D1023D
Black with #D1023D
Text Example
Text Example
White with #D1023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1023D; }
p { color: rgb(209,2,61); }
H1.HeaderClassName
{
color: #D1023D;
}
.AnyTagClassName
{
color: #D1023D;
}
</style>
background-color css
<style>
a { background-color: #D1023D; }
a { background-color: rgb(209,2,61); }
div.DivClassName
{
background-color: #D1023D;
}
.BgClassName
{
background-color: #D1023D;
}
</style>
border-color css
<style>
span { border-color: #D1023D; }
span { border-color: rgb(209,2,61); }
td.TdClassName
{
border-color: #D1023D;
}
.TagClassName
{
border-color: #D1023D;
}
</style>