Shades of Crimson #CD0934
Tints of Crimson #CD0934
RGB
CMYK
RGB Variations
Color information
#CD0934 (or 0xCD0934) is known color: Crimson. HEX triplet: CD, 09 and 34. RGB value is (205,9,52). Sum of RGB (Red+Green+Blue) = 205+9+52=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0934 is #32F6CB. Grayscale: #484848. Windows color (decimal): -3339980 or 3410381. OLE color: 3410381.
HSL color Cylindrical-coordinate representation of color #CD0934: hue angle of 346.84º 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 #CD0934 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.20 |
| HSL | 346.84º | 0.92% | 0.42% | - |
| HSV(B) | 346.84º | 0.96% | 0.8% | - |
| XYZ | 25.89 | 13.42 | 4.47 | - |
| YUV | 72.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 52 | 0 | 0.96 | 0.75 | 0.20 | 346.84 | 0.92 | 0.42 |
| Hex | CD | 9 | 34 | 0 | 60 | 4B | 14 | 15B | 5C | 2A |
| Octal | 315 | 11 | 64 | 0 | 140 | 113 | 24 | 533 | 134 | 52 |
| Binary | 11001101 | 1001 | 110100 | 0 | 1100000 | 1001011 | 10100 | 101011011 | 1011100 | 101010 |
Color Harmonies of #CD0934
Complementary color
Monochromatic Colors of #CD0934
Black with #CD0934
Text Example
Text Example
White with #CD0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0934; }
p { color: rgb(205,9,52); }
H1.HeaderClassName
{
color: #CD0934;
}
.AnyTagClassName
{
color: #CD0934;
}
</style>
background-color css
<style>
a { background-color: #CD0934; }
a { background-color: rgb(205,9,52); }
div.DivClassName
{
background-color: #CD0934;
}
.BgClassName
{
background-color: #CD0934;
}
</style>
border-color css
<style>
span { border-color: #CD0934; }
span { border-color: rgb(205,9,52); }
td.TdClassName
{
border-color: #CD0934;
}
.TagClassName
{
border-color: #CD0934;
}
</style>