Shades of Crimson #D00336
Tints of Crimson #D00336
RGB
CMYK
RGB Variations
Color information
#D00336 (or 0xD00336) is known color: Crimson. HEX triplet: D0, 03 and 36. RGB value is (208,3,54). Sum of RGB (Red+Green+Blue) = 208+3+54=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00336 is #2FFCC9. Grayscale: #464646. Windows color (decimal): -3144906 or 3539920. OLE color: 3539920.
HSL color Cylindrical-coordinate representation of color #D00336: hue angle of 345.07º 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 #D00336 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.18 |
| HSL | 345.07º | 0.97% | 0.41% | - |
| HSV(B) | 345.07º | 0.99% | 0.82% | - |
| XYZ | 26.71 | 13.74 | 4.73 | - |
| YUV | 70.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 54 | 0 | 0.99 | 0.74 | 0.18 | 345.07 | 0.97 | 0.41 |
| Hex | D0 | 3 | 36 | 0 | 63 | 4A | 12 | 159 | 61 | 29 |
| Octal | 320 | 3 | 66 | 0 | 143 | 112 | 22 | 531 | 141 | 51 |
| Binary | 11010000 | 11 | 110110 | 0 | 1100011 | 1001010 | 10010 | 101011001 | 1100001 | 101001 |
Color Harmonies of #D00336
Complementary color
Monochromatic Colors of #D00336
Black with #D00336
Text Example
Text Example
White with #D00336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00336; }
p { color: rgb(208,3,54); }
H1.HeaderClassName
{
color: #D00336;
}
.AnyTagClassName
{
color: #D00336;
}
</style>
background-color css
<style>
a { background-color: #D00336; }
a { background-color: rgb(208,3,54); }
div.DivClassName
{
background-color: #D00336;
}
.BgClassName
{
background-color: #D00336;
}
</style>
border-color css
<style>
span { border-color: #D00336; }
span { border-color: rgb(208,3,54); }
td.TdClassName
{
border-color: #D00336;
}
.TagClassName
{
border-color: #D00336;
}
</style>