Shades of Crimson #D20633
Tints of Crimson #D20633
RGB
CMYK
RGB Variations
Color information
#D20633 (or 0xD20633) is known color: Crimson. HEX triplet: D2, 06 and 33. RGB value is (210,6,51). Sum of RGB (Red+Green+Blue) = 210+6+51=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D20633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20633 is #2DF9CC. Grayscale: #484848. Windows color (decimal): -3013069 or 3344082. OLE color: 3344082.
HSL color Cylindrical-coordinate representation of color #D20633: hue angle of 346.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20633 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 346.76º | 0.94% | 0.42% | - |
| HSV(B) | 346.76º | 0.97% | 0.82% | - |
| XYZ | 27.24 | 14.07 | 4.41 | - |
| YUV | 72.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 51 | 0 | 0.97 | 0.76 | 0.18 | 346.76 | 0.94 | 0.42 |
| Hex | D2 | 6 | 33 | 0 | 61 | 4C | 12 | 15B | 5E | 2A |
| Octal | 322 | 6 | 63 | 0 | 141 | 114 | 22 | 533 | 136 | 52 |
| Binary | 11010010 | 110 | 110011 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011110 | 101010 |
Color Harmonies of #D20633
Complementary color
Monochromatic Colors of #D20633
Black with #D20633
Text Example
Text Example
White with #D20633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20633; }
p { color: rgb(210,6,51); }
H1.HeaderClassName
{
color: #D20633;
}
.AnyTagClassName
{
color: #D20633;
}
</style>
background-color css
<style>
a { background-color: #D20633; }
a { background-color: rgb(210,6,51); }
div.DivClassName
{
background-color: #D20633;
}
.BgClassName
{
background-color: #D20633;
}
</style>
border-color css
<style>
span { border-color: #D20633; }
span { border-color: rgb(210,6,51); }
td.TdClassName
{
border-color: #D20633;
}
.TagClassName
{
border-color: #D20633;
}
</style>