Shades of Crimson #CD0240
Tints of Crimson #CD0240
RGB
CMYK
RGB Variations
Color information
#CD0240 (or 0xCD0240) is known color: Crimson. HEX triplet: CD, 02 and 40. RGB value is (205,2,64). Sum of RGB (Red+Green+Blue) = 205+2+64=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0240 is #32FDBF. Grayscale: #454545. Windows color (decimal): -3341760 or 4195021. OLE color: 4195021.
HSL color Cylindrical-coordinate representation of color #CD0240: hue angle of 341.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0240 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.20 |
| HSL | 341.67º | 0.98% | 0.41% | - |
| HSV(B) | 341.67º | 0.99% | 0.8% | - |
| XYZ | 26.12 | 13.39 | 6.06 | - |
| YUV | 69.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 64 | 0 | 0.99 | 0.69 | 0.20 | 341.67 | 0.98 | 0.41 |
| Hex | CD | 2 | 40 | 0 | 63 | 45 | 14 | 156 | 62 | 29 |
| Octal | 315 | 2 | 100 | 0 | 143 | 105 | 24 | 526 | 142 | 51 |
| Binary | 11001101 | 10 | 1000000 | 0 | 1100011 | 1000101 | 10100 | 101010110 | 1100010 | 101001 |
Color Harmonies of #CD0240
Complementary color
Monochromatic Colors of #CD0240
Black with #CD0240
Text Example
Text Example
White with #CD0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0240; }
p { color: rgb(205,2,64); }
H1.HeaderClassName
{
color: #CD0240;
}
.AnyTagClassName
{
color: #CD0240;
}
</style>
background-color css
<style>
a { background-color: #CD0240; }
a { background-color: rgb(205,2,64); }
div.DivClassName
{
background-color: #CD0240;
}
.BgClassName
{
background-color: #CD0240;
}
</style>
border-color css
<style>
span { border-color: #CD0240; }
span { border-color: rgb(205,2,64); }
td.TdClassName
{
border-color: #CD0240;
}
.TagClassName
{
border-color: #CD0240;
}
</style>