Shades of Crimson #CC0843
Tints of Crimson #CC0843
RGB
CMYK
RGB Variations
Color information
#CC0843 (or 0xCC0843) is known color: Crimson. HEX triplet: CC, 08 and 43. RGB value is (204,8,67). Sum of RGB (Red+Green+Blue) = 204+8+67=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0843 is #33F7BC. Grayscale: #494949. Windows color (decimal): -3405757 or 4393164. OLE color: 4393164.
HSL color Cylindrical-coordinate representation of color #CC0843: hue angle of 341.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0843 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.2 |
| HSL | 341.94º | 0.92% | 0.42% | - |
| HSV(B) | 341.94º | 0.96% | 0.8% | - |
| XYZ | 26 | 13.42 | 6.53 | - |
| YUV | 73.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 67 | 0 | 0.96 | 0.67 | 0.2 | 341.94 | 0.92 | 0.42 |
| Hex | CC | 8 | 43 | 0 | 60 | 43 | 14 | 156 | 5C | 2A |
| Octal | 314 | 10 | 103 | 0 | 140 | 103 | 24 | 526 | 134 | 52 |
| Binary | 11001100 | 1000 | 1000011 | 0 | 1100000 | 1000011 | 10100 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CC0843
Complementary color
Monochromatic Colors of #CC0843
Black with #CC0843
Text Example
Text Example
White with #CC0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0843; }
p { color: rgb(204,8,67); }
H1.HeaderClassName
{
color: #CC0843;
}
.AnyTagClassName
{
color: #CC0843;
}
</style>
background-color css
<style>
a { background-color: #CC0843; }
a { background-color: rgb(204,8,67); }
div.DivClassName
{
background-color: #CC0843;
}
.BgClassName
{
background-color: #CC0843;
}
</style>
border-color css
<style>
span { border-color: #CC0843; }
span { border-color: rgb(204,8,67); }
td.TdClassName
{
border-color: #CC0843;
}
.TagClassName
{
border-color: #CC0843;
}
</style>