Shades of Crimson #D00742
Tints of Crimson #D00742
RGB
CMYK
RGB Variations
Color information
#D00742 (or 0xD00742) is known color: Crimson. HEX triplet: D0, 07 and 42. RGB value is (208,7,66). Sum of RGB (Red+Green+Blue) = 208+7+66=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00742 is #2FF8BD. Grayscale: #494949. Windows color (decimal): -3143870 or 4327376. OLE color: 4327376.
HSL color Cylindrical-coordinate representation of color #D00742: hue angle of 342.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00742 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.18 |
| HSL | 342.39º | 0.93% | 0.42% | - |
| HSV(B) | 342.39º | 0.97% | 0.82% | - |
| XYZ | 27.07 | 13.96 | 6.42 | - |
| YUV | 73.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 66 | 0 | 0.97 | 0.68 | 0.18 | 342.39 | 0.93 | 0.42 |
| Hex | D0 | 7 | 42 | 0 | 61 | 44 | 12 | 156 | 5D | 2A |
| Octal | 320 | 7 | 102 | 0 | 141 | 104 | 22 | 526 | 135 | 52 |
| Binary | 11010000 | 111 | 1000010 | 0 | 1100001 | 1000100 | 10010 | 101010110 | 1011101 | 101010 |
Color Harmonies of #D00742
Complementary color
Monochromatic Colors of #D00742
Black with #D00742
Text Example
Text Example
White with #D00742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00742; }
p { color: rgb(208,7,66); }
H1.HeaderClassName
{
color: #D00742;
}
.AnyTagClassName
{
color: #D00742;
}
</style>
background-color css
<style>
a { background-color: #D00742; }
a { background-color: rgb(208,7,66); }
div.DivClassName
{
background-color: #D00742;
}
.BgClassName
{
background-color: #D00742;
}
</style>
border-color css
<style>
span { border-color: #D00742; }
span { border-color: rgb(208,7,66); }
td.TdClassName
{
border-color: #D00742;
}
.TagClassName
{
border-color: #D00742;
}
</style>