Shades of Crimson #CC0034
Tints of Crimson #CC0034
RGB
CMYK
RGB Variations
Color information
#CC0034 (or 0xCC0034) is known color: Crimson. HEX triplet: CC, 00 and 34. RGB value is (204,0,52). Sum of RGB (Red+Green+Blue) = 204+0+52=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0034 is #33FFCB. Grayscale: #424242. Windows color (decimal): -3407820 or 3408076. OLE color: 3408076.
HSL color Cylindrical-coordinate representation of color #CC0034: hue angle of 344.71º 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 #CC0034 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.75 | 0.2 |
| HSL | 344.71º | 1% | 0.4% | - |
| HSV(B) | 344.71º | 1% | 0.8% | - |
| XYZ | 25.52 | 13.09 | 4.43 | - |
| YUV | 66.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 52 | 0 | 1 | 0.75 | 0.2 | 344.71 | 1 | 0.4 |
| Hex | CC | 0 | 34 | 0 | 64 | 4B | 14 | 159 | 64 | 28 |
| Octal | 314 | 0 | 64 | 0 | 144 | 113 | 24 | 531 | 144 | 50 |
| Binary | 11001100 | 0 | 110100 | 0 | 1100100 | 1001011 | 10100 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CC0034
Complementary color
Monochromatic Colors of #CC0034
Black with #CC0034
Text Example
Text Example
White with #CC0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0034; }
p { color: rgb(204,0,52); }
H1.HeaderClassName
{
color: #CC0034;
}
.AnyTagClassName
{
color: #CC0034;
}
</style>
background-color css
<style>
a { background-color: #CC0034; }
a { background-color: rgb(204,0,52); }
div.DivClassName
{
background-color: #CC0034;
}
.BgClassName
{
background-color: #CC0034;
}
</style>
border-color css
<style>
span { border-color: #CC0034; }
span { border-color: rgb(204,0,52); }
td.TdClassName
{
border-color: #CC0034;
}
.TagClassName
{
border-color: #CC0034;
}
</style>