Shades of Crimson #CC0630
Tints of Crimson #CC0630
RGB
CMYK
RGB Variations
Color information
#CC0630 (or 0xCC0630) is known color: Crimson. HEX triplet: CC, 06 and 30. RGB value is (204,6,48). Sum of RGB (Red+Green+Blue) = 204+6+48=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0630 is #33F9CF. Grayscale: #464646. Windows color (decimal): -3406288 or 3147468. OLE color: 3147468.
HSL color Cylindrical-coordinate representation of color #CC0630: hue angle of 347.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0630 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.2 |
| HSL | 347.27º | 0.94% | 0.41% | - |
| HSV(B) | 347.27º | 0.97% | 0.8% | - |
| XYZ | 25.5 | 13.18 | 4 | - |
| YUV | 69.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 48 | 0 | 0.97 | 0.76 | 0.2 | 347.27 | 0.94 | 0.41 |
| Hex | CC | 6 | 30 | 0 | 61 | 4C | 14 | 15B | 5E | 29 |
| Octal | 314 | 6 | 60 | 0 | 141 | 114 | 24 | 533 | 136 | 51 |
| Binary | 11001100 | 110 | 110000 | 0 | 1100001 | 1001100 | 10100 | 101011011 | 1011110 | 101001 |
Color Harmonies of #CC0630
Complementary color
Monochromatic Colors of #CC0630
Black with #CC0630
Text Example
Text Example
White with #CC0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0630; }
p { color: rgb(204,6,48); }
H1.HeaderClassName
{
color: #CC0630;
}
.AnyTagClassName
{
color: #CC0630;
}
</style>
background-color css
<style>
a { background-color: #CC0630; }
a { background-color: rgb(204,6,48); }
div.DivClassName
{
background-color: #CC0630;
}
.BgClassName
{
background-color: #CC0630;
}
</style>
border-color css
<style>
span { border-color: #CC0630; }
span { border-color: rgb(204,6,48); }
td.TdClassName
{
border-color: #CC0630;
}
.TagClassName
{
border-color: #CC0630;
}
</style>