Shades of Crimson #D00438
Tints of Crimson #D00438
RGB
CMYK
RGB Variations
Color information
#D00438 (or 0xD00438) is known color: Crimson. HEX triplet: D0, 04 and 38. RGB value is (208,4,56). Sum of RGB (Red+Green+Blue) = 208+4+56=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00438 is #2FFBC7. Grayscale: #464646. Windows color (decimal): -3144648 or 3671248. OLE color: 3671248.
HSL color Cylindrical-coordinate representation of color #D00438: hue angle of 344.71º degrees, saturation: 0.96, 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 #D00438 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.18 |
| HSL | 344.71º | 0.96% | 0.42% | - |
| HSV(B) | 344.71º | 0.98% | 0.82% | - |
| XYZ | 26.77 | 13.78 | 4.99 | - |
| YUV | 70.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 56 | 0 | 0.98 | 0.73 | 0.18 | 344.71 | 0.96 | 0.42 |
| Hex | D0 | 4 | 38 | 0 | 62 | 49 | 12 | 159 | 60 | 2A |
| Octal | 320 | 4 | 70 | 0 | 142 | 111 | 22 | 531 | 140 | 52 |
| Binary | 11010000 | 100 | 111000 | 0 | 1100010 | 1001001 | 10010 | 101011001 | 1100000 | 101010 |
Color Harmonies of #D00438
Complementary color
Monochromatic Colors of #D00438
Black with #D00438
Text Example
Text Example
White with #D00438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00438; }
p { color: rgb(208,4,56); }
H1.HeaderClassName
{
color: #D00438;
}
.AnyTagClassName
{
color: #D00438;
}
</style>
background-color css
<style>
a { background-color: #D00438; }
a { background-color: rgb(208,4,56); }
div.DivClassName
{
background-color: #D00438;
}
.BgClassName
{
background-color: #D00438;
}
</style>
border-color css
<style>
span { border-color: #D00438; }
span { border-color: rgb(208,4,56); }
td.TdClassName
{
border-color: #D00438;
}
.TagClassName
{
border-color: #D00438;
}
</style>