Shades of Crimson #D00538
Tints of Crimson #D00538
RGB
CMYK
RGB Variations
Color information
#D00538 (or 0xD00538) is known color: Crimson. HEX triplet: D0, 05 and 38. RGB value is (208,5,56). Sum of RGB (Red+Green+Blue) = 208+5+56=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D00538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00538 is #2FFAC7. Grayscale: #474747. Windows color (decimal): -3144392 or 3671504. OLE color: 3671504.
HSL color Cylindrical-coordinate representation of color #D00538: hue angle of 344.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00538 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.18 |
| HSL | 344.93º | 0.95% | 0.42% | - |
| HSV(B) | 344.93º | 0.98% | 0.82% | - |
| XYZ | 26.78 | 13.8 | 4.99 | - |
| YUV | 71.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 56 | 0 | 0.98 | 0.73 | 0.18 | 344.93 | 0.95 | 0.42 |
| Hex | D0 | 5 | 38 | 0 | 62 | 49 | 12 | 159 | 5F | 2A |
| Octal | 320 | 5 | 70 | 0 | 142 | 111 | 22 | 531 | 137 | 52 |
| Binary | 11010000 | 101 | 111000 | 0 | 1100010 | 1001001 | 10010 | 101011001 | 1011111 | 101010 |
Color Harmonies of #D00538
Complementary color
Monochromatic Colors of #D00538
Black with #D00538
Text Example
Text Example
White with #D00538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00538; }
p { color: rgb(208,5,56); }
H1.HeaderClassName
{
color: #D00538;
}
.AnyTagClassName
{
color: #D00538;
}
</style>
background-color css
<style>
a { background-color: #D00538; }
a { background-color: rgb(208,5,56); }
div.DivClassName
{
background-color: #D00538;
}
.BgClassName
{
background-color: #D00538;
}
</style>
border-color css
<style>
span { border-color: #D00538; }
span { border-color: rgb(208,5,56); }
td.TdClassName
{
border-color: #D00538;
}
.TagClassName
{
border-color: #D00538;
}
</style>