Shades of Crimson #CC0343
Tints of Crimson #CC0343
RGB
CMYK
RGB Variations
Color information
#CC0343 (or 0xCC0343) is known color: Crimson. HEX triplet: CC, 03 and 43. RGB value is (204,3,67). Sum of RGB (Red+Green+Blue) = 204+3+67=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0343 is #33FCBC. Grayscale: #464646. Windows color (decimal): -3407037 or 4391884. OLE color: 4391884.
HSL color Cylindrical-coordinate representation of color #CC0343: hue angle of 340.9º 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 #CC0343 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.2 |
| HSL | 340.9º | 0.97% | 0.41% | - |
| HSV(B) | 340.9º | 0.99% | 0.8% | - |
| XYZ | 25.95 | 13.31 | 6.51 | - |
| YUV | 70.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 67 | 0 | 0.99 | 0.67 | 0.2 | 340.9 | 0.97 | 0.41 |
| Hex | CC | 3 | 43 | 0 | 63 | 43 | 14 | 155 | 61 | 29 |
| Octal | 314 | 3 | 103 | 0 | 143 | 103 | 24 | 525 | 141 | 51 |
| Binary | 11001100 | 11 | 1000011 | 0 | 1100011 | 1000011 | 10100 | 101010101 | 1100001 | 101001 |
Color Harmonies of #CC0343
Complementary color
Monochromatic Colors of #CC0343
Black with #CC0343
Text Example
Text Example
White with #CC0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0343; }
p { color: rgb(204,3,67); }
H1.HeaderClassName
{
color: #CC0343;
}
.AnyTagClassName
{
color: #CC0343;
}
</style>
background-color css
<style>
a { background-color: #CC0343; }
a { background-color: rgb(204,3,67); }
div.DivClassName
{
background-color: #CC0343;
}
.BgClassName
{
background-color: #CC0343;
}
</style>
border-color css
<style>
span { border-color: #CC0343; }
span { border-color: rgb(204,3,67); }
td.TdClassName
{
border-color: #CC0343;
}
.TagClassName
{
border-color: #CC0343;
}
</style>