Shades of Crimson #CC033D
Tints of Crimson #CC033D
RGB
CMYK
RGB Variations
Color information
#CC033D (or 0xCC033D) is known color: Crimson. HEX triplet: CC, 03 and 3D. RGB value is (204,3,61). Sum of RGB (Red+Green+Blue) = 204+3+61=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC033D is #33FCC2. Grayscale: #454545. Windows color (decimal): -3407043 or 3998668. OLE color: 3998668.
HSL color Cylindrical-coordinate representation of color #CC033D: hue angle of 342.69º 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 #CC033D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.2 |
| HSL | 342.69º | 0.97% | 0.41% | - |
| HSV(B) | 342.69º | 0.99% | 0.8% | - |
| XYZ | 25.78 | 13.24 | 5.61 | - |
| YUV | 69.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 61 | 0 | 0.99 | 0.70 | 0.2 | 342.69 | 0.97 | 0.41 |
| Hex | CC | 3 | 3D | 0 | 63 | 46 | 14 | 157 | 61 | 29 |
| Octal | 314 | 3 | 75 | 0 | 143 | 106 | 24 | 527 | 141 | 51 |
| Binary | 11001100 | 11 | 111101 | 0 | 1100011 | 1000110 | 10100 | 101010111 | 1100001 | 101001 |
Color Harmonies of #CC033D
Complementary color
Monochromatic Colors of #CC033D
Black with #CC033D
Text Example
Text Example
White with #CC033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC033D; }
p { color: rgb(204,3,61); }
H1.HeaderClassName
{
color: #CC033D;
}
.AnyTagClassName
{
color: #CC033D;
}
</style>
background-color css
<style>
a { background-color: #CC033D; }
a { background-color: rgb(204,3,61); }
div.DivClassName
{
background-color: #CC033D;
}
.BgClassName
{
background-color: #CC033D;
}
</style>
border-color css
<style>
span { border-color: #CC033D; }
span { border-color: rgb(204,3,61); }
td.TdClassName
{
border-color: #CC033D;
}
.TagClassName
{
border-color: #CC033D;
}
</style>