Shades of Crimson #D1023B
Tints of Crimson #D1023B
RGB
CMYK
RGB Variations
Color information
#D1023B (or 0xD1023B) is known color: Crimson. HEX triplet: D1, 02 and 3B. RGB value is (209,2,59). Sum of RGB (Red+Green+Blue) = 209+2+59=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1023B is #2EFDC4. Grayscale: #464646. Windows color (decimal): -3079621 or 3867345. OLE color: 3867345.
HSL color Cylindrical-coordinate representation of color #D1023B: hue angle of 343.48º 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 #D1023B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.18 |
| HSL | 343.48º | 0.98% | 0.41% | - |
| HSV(B) | 343.48º | 0.99% | 0.82% | - |
| XYZ | 27.11 | 13.91 | 5.39 | - |
| YUV | 70.39 | 121.58 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 59 | 0 | 0.99 | 0.72 | 0.18 | 343.48 | 0.98 | 0.41 |
| Hex | D1 | 2 | 3B | 0 | 63 | 48 | 12 | 157 | 62 | 29 |
| Octal | 321 | 2 | 73 | 0 | 143 | 110 | 22 | 527 | 142 | 51 |
| Binary | 11010001 | 10 | 111011 | 0 | 1100011 | 1001000 | 10010 | 101010111 | 1100010 | 101001 |
Color Harmonies of #D1023B
Complementary color
Monochromatic Colors of #D1023B
Black with #D1023B
Text Example
Text Example
White with #D1023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1023B; }
p { color: rgb(209,2,59); }
H1.HeaderClassName
{
color: #D1023B;
}
.AnyTagClassName
{
color: #D1023B;
}
</style>
background-color css
<style>
a { background-color: #D1023B; }
a { background-color: rgb(209,2,59); }
div.DivClassName
{
background-color: #D1023B;
}
.BgClassName
{
background-color: #D1023B;
}
</style>
border-color css
<style>
span { border-color: #D1023B; }
span { border-color: rgb(209,2,59); }
td.TdClassName
{
border-color: #D1023B;
}
.TagClassName
{
border-color: #D1023B;
}
</style>