Shades of Crimson #CD0330
Tints of Crimson #CD0330
RGB
CMYK
RGB Variations
Color information
#CD0330 (or 0xCD0330) is known color: Crimson. HEX triplet: CD, 03 and 30. RGB value is (205,3,48). Sum of RGB (Red+Green+Blue) = 205+3+48=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0330 is #32FCCF. Grayscale: #444444. Windows color (decimal): -3341520 or 3146701. OLE color: 3146701.
HSL color Cylindrical-coordinate representation of color #CD0330: hue angle of 346.63º degrees, saturation: 0.97, 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 #CD0330 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.20 |
| HSL | 346.63º | 0.97% | 0.41% | - |
| HSV(B) | 346.63º | 0.99% | 0.8% | - |
| XYZ | 25.74 | 13.26 | 4 | - |
| YUV | 68.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 48 | 0 | 0.99 | 0.77 | 0.20 | 346.63 | 0.97 | 0.41 |
| Hex | CD | 3 | 30 | 0 | 63 | 4D | 14 | 15B | 61 | 29 |
| Octal | 315 | 3 | 60 | 0 | 143 | 115 | 24 | 533 | 141 | 51 |
| Binary | 11001101 | 11 | 110000 | 0 | 1100011 | 1001101 | 10100 | 101011011 | 1100001 | 101001 |
Color Harmonies of #CD0330
Complementary color
Monochromatic Colors of #CD0330
Black with #CD0330
Text Example
Text Example
White with #CD0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0330; }
p { color: rgb(205,3,48); }
H1.HeaderClassName
{
color: #CD0330;
}
.AnyTagClassName
{
color: #CD0330;
}
</style>
background-color css
<style>
a { background-color: #CD0330; }
a { background-color: rgb(205,3,48); }
div.DivClassName
{
background-color: #CD0330;
}
.BgClassName
{
background-color: #CD0330;
}
</style>
border-color css
<style>
span { border-color: #CD0330; }
span { border-color: rgb(205,3,48); }
td.TdClassName
{
border-color: #CD0330;
}
.TagClassName
{
border-color: #CD0330;
}
</style>