Shades of Crimson #CD0030
Tints of Crimson #CD0030
RGB
CMYK
RGB Variations
Color information
#CD0030 (or 0xCD0030) is known color: Crimson. HEX triplet: CD, 00 and 30. RGB value is (205,0,48). Sum of RGB (Red+Green+Blue) = 205+0+48=253 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.03% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0030 is #32FFCF. Grayscale: #424242. Windows color (decimal): -3342288 or 3145933. OLE color: 3145933.
HSL color Cylindrical-coordinate representation of color #CD0030: hue angle of 345.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0030 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.77 | 0.20 |
| HSL | 345.95º | 1% | 0.4% | - |
| HSV(B) | 345.95º | 1% | 0.8% | - |
| XYZ | 25.71 | 13.19 | 3.99 | - |
| YUV | 66.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 48 | 0 | 1 | 0.77 | 0.20 | 345.95 | 1 | 0.4 |
| Hex | CD | 0 | 30 | 0 | 64 | 4D | 14 | 15A | 64 | 28 |
| Octal | 315 | 0 | 60 | 0 | 144 | 115 | 24 | 532 | 144 | 50 |
| Binary | 11001101 | 0 | 110000 | 0 | 1100100 | 1001101 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CD0030
Complementary color
Monochromatic Colors of #CD0030
Black with #CD0030
Text Example
Text Example
White with #CD0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0030; }
p { color: rgb(205,0,48); }
H1.HeaderClassName
{
color: #CD0030;
}
.AnyTagClassName
{
color: #CD0030;
}
</style>
background-color css
<style>
a { background-color: #CD0030; }
a { background-color: rgb(205,0,48); }
div.DivClassName
{
background-color: #CD0030;
}
.BgClassName
{
background-color: #CD0030;
}
</style>
border-color css
<style>
span { border-color: #CD0030; }
span { border-color: rgb(205,0,48); }
td.TdClassName
{
border-color: #CD0030;
}
.TagClassName
{
border-color: #CD0030;
}
</style>