Shades of Crimson #D2003C
Tints of Crimson #D2003C
RGB
CMYK
RGB Variations
Color information
#D2003C (or 0xD2003C) is known color: Crimson. HEX triplet: D2, 00 and 3C. RGB value is (210,0,60). Sum of RGB (Red+Green+Blue) = 210+0+60=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2003C is #2DFFC3. Grayscale: #454545. Windows color (decimal): -3014596 or 3932370. OLE color: 3932370.
HSL color Cylindrical-coordinate representation of color #D2003C: hue angle of 342.86º 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 #D2003C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.71 | 0.18 |
| HSL | 342.86º | 1% | 0.41% | - |
| HSV(B) | 342.86º | 1% | 0.82% | - |
| XYZ | 27.39 | 14.03 | 5.54 | - |
| YUV | 69.63 | 122.57 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 60 | 0 | 1 | 0.71 | 0.18 | 342.86 | 1 | 0.41 |
| Hex | D2 | 0 | 3C | 0 | 64 | 47 | 12 | 157 | 64 | 29 |
| Octal | 322 | 0 | 74 | 0 | 144 | 107 | 22 | 527 | 144 | 51 |
| Binary | 11010010 | 0 | 111100 | 0 | 1100100 | 1000111 | 10010 | 101010111 | 1100100 | 101001 |
Color Harmonies of #D2003C
Complementary color
Monochromatic Colors of #D2003C
Black with #D2003C
Text Example
Text Example
White with #D2003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2003C; }
p { color: rgb(210,0,60); }
H1.HeaderClassName
{
color: #D2003C;
}
.AnyTagClassName
{
color: #D2003C;
}
</style>
background-color css
<style>
a { background-color: #D2003C; }
a { background-color: rgb(210,0,60); }
div.DivClassName
{
background-color: #D2003C;
}
.BgClassName
{
background-color: #D2003C;
}
</style>
border-color css
<style>
span { border-color: #D2003C; }
span { border-color: rgb(210,0,60); }
td.TdClassName
{
border-color: #D2003C;
}
.TagClassName
{
border-color: #D2003C;
}
</style>