Shades of Crimson #CC0336
Tints of Crimson #CC0336
RGB
CMYK
RGB Variations
Color information
#CC0336 (or 0xCC0336) is known color: Crimson. HEX triplet: CC, 03 and 36. RGB value is (204,3,54). Sum of RGB (Red+Green+Blue) = 204+3+54=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0336 is #33FCC9. Grayscale: #444444. Windows color (decimal): -3407050 or 3539916. OLE color: 3539916.
HSL color Cylindrical-coordinate representation of color #CC0336: hue angle of 344.78º 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 #CC0336 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.2 |
| HSL | 344.78º | 0.97% | 0.41% | - |
| HSV(B) | 344.78º | 0.99% | 0.8% | - |
| XYZ | 25.6 | 13.17 | 4.68 | - |
| YUV | 68.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 54 | 0 | 0.99 | 0.74 | 0.2 | 344.78 | 0.97 | 0.41 |
| Hex | CC | 3 | 36 | 0 | 63 | 4A | 14 | 159 | 61 | 29 |
| Octal | 314 | 3 | 66 | 0 | 143 | 112 | 24 | 531 | 141 | 51 |
| Binary | 11001100 | 11 | 110110 | 0 | 1100011 | 1001010 | 10100 | 101011001 | 1100001 | 101001 |
Color Harmonies of #CC0336
Complementary color
Monochromatic Colors of #CC0336
Black with #CC0336
Text Example
Text Example
White with #CC0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0336; }
p { color: rgb(204,3,54); }
H1.HeaderClassName
{
color: #CC0336;
}
.AnyTagClassName
{
color: #CC0336;
}
</style>
background-color css
<style>
a { background-color: #CC0336; }
a { background-color: rgb(204,3,54); }
div.DivClassName
{
background-color: #CC0336;
}
.BgClassName
{
background-color: #CC0336;
}
</style>
border-color css
<style>
span { border-color: #CC0336; }
span { border-color: rgb(204,3,54); }
td.TdClassName
{
border-color: #CC0336;
}
.TagClassName
{
border-color: #CC0336;
}
</style>