Shades of Crimson #CC1348
Tints of Crimson #CC1348
RGB
CMYK
RGB Variations
Color information
#CC1348 (or 0xCC1348) is known color: Crimson. HEX triplet: CC, 13 and 48. RGB value is (204,19,72). Sum of RGB (Red+Green+Blue) = 204+19+72=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1348 is #33ECB7. Grayscale: #505050. Windows color (decimal): -3402936 or 4723660. OLE color: 4723660.
HSL color Cylindrical-coordinate representation of color #CC1348: hue angle of 342.81º 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 #CC1348 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 72 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.2 |
| HSL | 342.81º | 0.83% | 0.44% | - |
| HSV(B) | 342.81º | 0.91% | 0.8% | - |
| XYZ | 26.3 | 13.77 | 7.4 | - |
| YUV | 80.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 72 | 0 | 0.91 | 0.65 | 0.2 | 342.81 | 0.83 | 0.44 |
| Hex | CC | 13 | 48 | 0 | 5B | 41 | 14 | 157 | 53 | 2C |
| Octal | 314 | 23 | 110 | 0 | 133 | 101 | 24 | 527 | 123 | 54 |
| Binary | 11001100 | 10011 | 1001000 | 0 | 1011011 | 1000001 | 10100 | 101010111 | 1010011 | 101100 |
Color Harmonies of #CC1348
Complementary color
Monochromatic Colors of #CC1348
Black with #CC1348
Text Example
Text Example
White with #CC1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1348; }
p { color: rgb(204,19,72); }
H1.HeaderClassName
{
color: #CC1348;
}
.AnyTagClassName
{
color: #CC1348;
}
</style>
background-color css
<style>
a { background-color: #CC1348; }
a { background-color: rgb(204,19,72); }
div.DivClassName
{
background-color: #CC1348;
}
.BgClassName
{
background-color: #CC1348;
}
</style>
border-color css
<style>
span { border-color: #CC1348; }
span { border-color: rgb(204,19,72); }
td.TdClassName
{
border-color: #CC1348;
}
.TagClassName
{
border-color: #CC1348;
}
</style>