Shades of Crimson #D2003B
Tints of Crimson #D2003B
RGB
CMYK
RGB Variations
Color information
#D2003B (or 0xD2003B) is known color: Crimson. HEX triplet: D2, 00 and 3B. RGB value is (210,0,59). Sum of RGB (Red+Green+Blue) = 210+0+59=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D2003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2003B is #2DFFC4. Grayscale: #454545. Windows color (decimal): -3014597 or 3866834. OLE color: 3866834.
HSL color Cylindrical-coordinate representation of color #D2003B: hue angle of 343.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2003B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.72 | 0.18 |
| HSL | 343.14º | 1% | 0.41% | - |
| HSV(B) | 343.14º | 1% | 0.82% | - |
| XYZ | 27.37 | 14.02 | 5.4 | - |
| YUV | 69.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 59 | 0 | 1 | 0.72 | 0.18 | 343.14 | 1 | 0.41 |
| Hex | D2 | 0 | 3B | 0 | 64 | 48 | 12 | 157 | 64 | 29 |
| Octal | 322 | 0 | 73 | 0 | 144 | 110 | 22 | 527 | 144 | 51 |
| Binary | 11010010 | 0 | 111011 | 0 | 1100100 | 1001000 | 10010 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D2003B
Complementary color
Monochromatic Colors of #D2003B
Black with #D2003B
Text Example
Text Example
White with #D2003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2003B; }
p { color: rgb(210,0,59); }
H1.HeaderClassName
{
color: #D2003B;
}
.AnyTagClassName
{
color: #D2003B;
}
</style>
background-color css
<style>
a { background-color: #D2003B; }
a { background-color: rgb(210,0,59); }
div.DivClassName
{
background-color: #D2003B;
}
.BgClassName
{
background-color: #D2003B;
}
</style>
border-color css
<style>
span { border-color: #D2003B; }
span { border-color: rgb(210,0,59); }
td.TdClassName
{
border-color: #D2003B;
}
.TagClassName
{
border-color: #D2003B;
}
</style>