Shades of Crimson #D00038
Tints of Crimson #D00038
RGB
CMYK
RGB Variations
Color information
#D00038 (or 0xD00038) is known color: Crimson. HEX triplet: D0, 00 and 38. RGB value is (208,0,56). Sum of RGB (Red+Green+Blue) = 208+0+56=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00038 is #2FFFC7. Grayscale: #444444. Windows color (decimal): -3145672 or 3670224. OLE color: 3670224.
HSL color Cylindrical-coordinate representation of color #D00038: hue angle of 343.85º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00038 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.73 | 0.18 |
| HSL | 343.85º | 1% | 0.41% | - |
| HSV(B) | 343.85º | 1% | 0.82% | - |
| XYZ | 26.73 | 13.7 | 4.98 | - |
| YUV | 68.58 | 120.91 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 56 | 0 | 1 | 0.73 | 0.18 | 343.85 | 1 | 0.41 |
| Hex | D0 | 0 | 38 | 0 | 64 | 49 | 12 | 158 | 64 | 29 |
| Octal | 320 | 0 | 70 | 0 | 144 | 111 | 22 | 530 | 144 | 51 |
| Binary | 11010000 | 0 | 111000 | 0 | 1100100 | 1001001 | 10010 | 101011000 | 1100100 | 101001 |
Color Harmonies of #D00038
Complementary color
Monochromatic Colors of #D00038
Black with #D00038
Text Example
Text Example
White with #D00038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00038; }
p { color: rgb(208,0,56); }
H1.HeaderClassName
{
color: #D00038;
}
.AnyTagClassName
{
color: #D00038;
}
</style>
background-color css
<style>
a { background-color: #D00038; }
a { background-color: rgb(208,0,56); }
div.DivClassName
{
background-color: #D00038;
}
.BgClassName
{
background-color: #D00038;
}
</style>
border-color css
<style>
span { border-color: #D00038; }
span { border-color: rgb(208,0,56); }
td.TdClassName
{
border-color: #D00038;
}
.TagClassName
{
border-color: #D00038;
}
</style>