Shades of Crimson #CC134B
Tints of Crimson #CC134B
RGB
CMYK
RGB Variations
Color information
#CC134B (or 0xCC134B) is known color: Crimson. HEX triplet: CC, 13 and 4B. RGB value is (204,19,75). Sum of RGB (Red+Green+Blue) = 204+19+75=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC134B is #33ECB4. Grayscale: #505050. Windows color (decimal): -3402933 or 4920268. OLE color: 4920268.
HSL color Cylindrical-coordinate representation of color #CC134B: hue angle of 341.84º 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 #CC134B is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.2 |
| HSL | 341.84º | 0.83% | 0.44% | - |
| HSV(B) | 341.84º | 0.91% | 0.8% | - |
| XYZ | 26.4 | 13.81 | 7.93 | - |
| YUV | 80.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 75 | 0 | 0.91 | 0.63 | 0.2 | 341.84 | 0.83 | 0.44 |
| Hex | CC | 13 | 4B | 0 | 5B | 3F | 14 | 156 | 53 | 2C |
| Octal | 314 | 23 | 113 | 0 | 133 | 77 | 24 | 526 | 123 | 54 |
| Binary | 11001100 | 10011 | 1001011 | 0 | 1011011 | 111111 | 10100 | 101010110 | 1010011 | 101100 |
Color Harmonies of #CC134B
Complementary color
Monochromatic Colors of #CC134B
Black with #CC134B
Text Example
Text Example
White with #CC134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC134B; }
p { color: rgb(204,19,75); }
H1.HeaderClassName
{
color: #CC134B;
}
.AnyTagClassName
{
color: #CC134B;
}
</style>
background-color css
<style>
a { background-color: #CC134B; }
a { background-color: rgb(204,19,75); }
div.DivClassName
{
background-color: #CC134B;
}
.BgClassName
{
background-color: #CC134B;
}
</style>
border-color css
<style>
span { border-color: #CC134B; }
span { border-color: rgb(204,19,75); }
td.TdClassName
{
border-color: #CC134B;
}
.TagClassName
{
border-color: #CC134B;
}
</style>