Shades of Crimson #CC1347
Tints of Crimson #CC1347
RGB
CMYK
RGB Variations
Color information
#CC1347 (or 0xCC1347) is known color: Crimson. HEX triplet: CC, 13 and 47. RGB value is (204,19,71). Sum of RGB (Red+Green+Blue) = 204+19+71=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1347 is #33ECB8. Grayscale: #505050. Windows color (decimal): -3402937 or 4658124. OLE color: 4658124.
HSL color Cylindrical-coordinate representation of color #CC1347: hue angle of 343.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1347 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 71 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.2 |
| HSL | 343.14º | 0.83% | 0.44% | - |
| HSV(B) | 343.14º | 0.91% | 0.8% | - |
| XYZ | 26.27 | 13.76 | 7.23 | - |
| YUV | 80.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 71 | 0 | 0.91 | 0.65 | 0.2 | 343.14 | 0.83 | 0.44 |
| Hex | CC | 13 | 47 | 0 | 5B | 41 | 14 | 157 | 53 | 2C |
| Octal | 314 | 23 | 107 | 0 | 133 | 101 | 24 | 527 | 123 | 54 |
| Binary | 11001100 | 10011 | 1000111 | 0 | 1011011 | 1000001 | 10100 | 101010111 | 1010011 | 101100 |
Color Harmonies of #CC1347
Complementary color
Monochromatic Colors of #CC1347
Black with #CC1347
Text Example
Text Example
White with #CC1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1347; }
p { color: rgb(204,19,71); }
H1.HeaderClassName
{
color: #CC1347;
}
.AnyTagClassName
{
color: #CC1347;
}
</style>
background-color css
<style>
a { background-color: #CC1347; }
a { background-color: rgb(204,19,71); }
div.DivClassName
{
background-color: #CC1347;
}
.BgClassName
{
background-color: #CC1347;
}
</style>
border-color css
<style>
span { border-color: #CC1347; }
span { border-color: rgb(204,19,71); }
td.TdClassName
{
border-color: #CC1347;
}
.TagClassName
{
border-color: #CC1347;
}
</style>