Shades of Crimson #D0033D
Tints of Crimson #D0033D
RGB
CMYK
RGB Variations
Color information
#D0033D (or 0xD0033D) is known color: Crimson. HEX triplet: D0, 03 and 3D. RGB value is (208,3,61). Sum of RGB (Red+Green+Blue) = 208+3+61=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0033D is #2FFCC2. Grayscale: #464646. Windows color (decimal): -3144899 or 3998672. OLE color: 3998672.
HSL color Cylindrical-coordinate representation of color #D0033D: hue angle of 343.02º degrees, saturation: 0.97, 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 #D0033D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.18 |
| HSL | 343.02º | 0.97% | 0.41% | - |
| HSV(B) | 343.02º | 0.99% | 0.82% | - |
| XYZ | 26.89 | 13.81 | 5.66 | - |
| YUV | 70.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 61 | 0 | 0.99 | 0.71 | 0.18 | 343.02 | 0.97 | 0.41 |
| Hex | D0 | 3 | 3D | 0 | 63 | 47 | 12 | 157 | 61 | 29 |
| Octal | 320 | 3 | 75 | 0 | 143 | 107 | 22 | 527 | 141 | 51 |
| Binary | 11010000 | 11 | 111101 | 0 | 1100011 | 1000111 | 10010 | 101010111 | 1100001 | 101001 |
Color Harmonies of #D0033D
Complementary color
Monochromatic Colors of #D0033D
Black with #D0033D
Text Example
Text Example
White with #D0033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0033D; }
p { color: rgb(208,3,61); }
H1.HeaderClassName
{
color: #D0033D;
}
.AnyTagClassName
{
color: #D0033D;
}
</style>
background-color css
<style>
a { background-color: #D0033D; }
a { background-color: rgb(208,3,61); }
div.DivClassName
{
background-color: #D0033D;
}
.BgClassName
{
background-color: #D0033D;
}
</style>
border-color css
<style>
span { border-color: #D0033D; }
span { border-color: rgb(208,3,61); }
td.TdClassName
{
border-color: #D0033D;
}
.TagClassName
{
border-color: #D0033D;
}
</style>