Shades of Crimson #CD0844
Tints of Crimson #CD0844
RGB
CMYK
RGB Variations
Color information
#CD0844 (or 0xCD0844) is known color: Crimson. HEX triplet: CD, 08 and 44. RGB value is (205,8,68). Sum of RGB (Red+Green+Blue) = 205+8+68=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0844 is #32F7BB. Grayscale: #494949. Windows color (decimal): -3340220 or 4458701. OLE color: 4458701.
HSL color Cylindrical-coordinate representation of color #CD0844: hue angle of 341.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0844 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.20 |
| HSL | 341.73º | 0.92% | 0.42% | - |
| HSV(B) | 341.73º | 0.96% | 0.8% | - |
| XYZ | 26.31 | 13.57 | 6.7 | - |
| YUV | 73.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 68 | 0 | 0.96 | 0.67 | 0.20 | 341.73 | 0.92 | 0.42 |
| Hex | CD | 8 | 44 | 0 | 60 | 43 | 14 | 156 | 5C | 2A |
| Octal | 315 | 10 | 104 | 0 | 140 | 103 | 24 | 526 | 134 | 52 |
| Binary | 11001101 | 1000 | 1000100 | 0 | 1100000 | 1000011 | 10100 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CD0844
Complementary color
Monochromatic Colors of #CD0844
Black with #CD0844
Text Example
Text Example
White with #CD0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0844; }
p { color: rgb(205,8,68); }
H1.HeaderClassName
{
color: #CD0844;
}
.AnyTagClassName
{
color: #CD0844;
}
</style>
background-color css
<style>
a { background-color: #CD0844; }
a { background-color: rgb(205,8,68); }
div.DivClassName
{
background-color: #CD0844;
}
.BgClassName
{
background-color: #CD0844;
}
</style>
border-color css
<style>
span { border-color: #CD0844; }
span { border-color: rgb(205,8,68); }
td.TdClassName
{
border-color: #CD0844;
}
.TagClassName
{
border-color: #CD0844;
}
</style>