Shades of Crimson #D6003B
Tints of Crimson #D6003B
RGB
CMYK
RGB Variations
Color information
#D6003B (or 0xD6003B) is known color: Crimson. HEX triplet: D6, 00 and 3B. RGB value is (214,0,59). Sum of RGB (Red+Green+Blue) = 214+0+59=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6003B is #29FFC4. Grayscale: #464646. Windows color (decimal): -2752453 or 3866838. OLE color: 3866838.
HSL color Cylindrical-coordinate representation of color #D6003B: hue angle of 343.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6003B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.72 | 0.16 |
| HSL | 343.46º | 1% | 0.42% | - |
| HSV(B) | 343.46º | 1% | 0.84% | - |
| XYZ | 28.52 | 14.61 | 5.45 | - |
| YUV | 70.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 59 | 0 | 1 | 0.72 | 0.16 | 343.46 | 1 | 0.42 |
| Hex | D6 | 0 | 3B | 0 | 64 | 48 | 10 | 157 | 64 | 2A |
| Octal | 326 | 0 | 73 | 0 | 144 | 110 | 20 | 527 | 144 | 52 |
| Binary | 11010110 | 0 | 111011 | 0 | 1100100 | 1001000 | 10000 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D6003B
Complementary color
Monochromatic Colors of #D6003B
Black with #D6003B
Text Example
Text Example
White with #D6003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6003B; }
p { color: rgb(214,0,59); }
H1.HeaderClassName
{
color: #D6003B;
}
.AnyTagClassName
{
color: #D6003B;
}
</style>
background-color css
<style>
a { background-color: #D6003B; }
a { background-color: rgb(214,0,59); }
div.DivClassName
{
background-color: #D6003B;
}
.BgClassName
{
background-color: #D6003B;
}
</style>
border-color css
<style>
span { border-color: #D6003B; }
span { border-color: rgb(214,0,59); }
td.TdClassName
{
border-color: #D6003B;
}
.TagClassName
{
border-color: #D6003B;
}
</style>