Shades of Crimson #D00843
Tints of Crimson #D00843
RGB
CMYK
RGB Variations
Color information
#D00843 (or 0xD00843) is known color: Crimson. HEX triplet: D0, 08 and 43. RGB value is (208,8,67). Sum of RGB (Red+Green+Blue) = 208+8+67=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D00843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00843 is #2FF7BC. Grayscale: #4A4A4A. Windows color (decimal): -3143613 or 4393168. OLE color: 4393168.
HSL color Cylindrical-coordinate representation of color #D00843: hue angle of 342.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00843 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.18 |
| HSL | 342.3º | 0.93% | 0.42% | - |
| HSV(B) | 342.3º | 0.96% | 0.82% | - |
| XYZ | 27.11 | 13.99 | 6.58 | - |
| YUV | 74.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 67 | 0 | 0.96 | 0.68 | 0.18 | 342.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 43 | 0 | 60 | 44 | 12 | 156 | 5D | 2A |
| Octal | 320 | 10 | 103 | 0 | 140 | 104 | 22 | 526 | 135 | 52 |
| Binary | 11010000 | 1000 | 1000011 | 0 | 1100000 | 1000100 | 10010 | 101010110 | 1011101 | 101010 |
Color Harmonies of #D00843
Complementary color
Monochromatic Colors of #D00843
Black with #D00843
Text Example
Text Example
White with #D00843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00843; }
p { color: rgb(208,8,67); }
H1.HeaderClassName
{
color: #D00843;
}
.AnyTagClassName
{
color: #D00843;
}
</style>
background-color css
<style>
a { background-color: #D00843; }
a { background-color: rgb(208,8,67); }
div.DivClassName
{
background-color: #D00843;
}
.BgClassName
{
background-color: #D00843;
}
</style>
border-color css
<style>
span { border-color: #D00843; }
span { border-color: rgb(208,8,67); }
td.TdClassName
{
border-color: #D00843;
}
.TagClassName
{
border-color: #D00843;
}
</style>