Shades of Crimson #CC083F
Tints of Crimson #CC083F
RGB
CMYK
RGB Variations
Color information
#CC083F (or 0xCC083F) is known color: Crimson. HEX triplet: CC, 08 and 3F. RGB value is (204,8,63). Sum of RGB (Red+Green+Blue) = 204+8+63=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC083F is #33F7C0. Grayscale: #484848. Windows color (decimal): -3405761 or 4131020. OLE color: 4131020.
HSL color Cylindrical-coordinate representation of color #CC083F: hue angle of 343.16º 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 #CC083F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.2 |
| HSL | 343.16º | 0.92% | 0.42% | - |
| HSV(B) | 343.16º | 0.96% | 0.8% | - |
| XYZ | 25.89 | 13.37 | 5.92 | - |
| YUV | 72.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 63 | 0 | 0.96 | 0.69 | 0.2 | 343.16 | 0.92 | 0.42 |
| Hex | CC | 8 | 3F | 0 | 60 | 45 | 14 | 157 | 5C | 2A |
| Octal | 314 | 10 | 77 | 0 | 140 | 105 | 24 | 527 | 134 | 52 |
| Binary | 11001100 | 1000 | 111111 | 0 | 1100000 | 1000101 | 10100 | 101010111 | 1011100 | 101010 |
Color Harmonies of #CC083F
Complementary color
Monochromatic Colors of #CC083F
Black with #CC083F
Text Example
Text Example
White with #CC083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC083F; }
p { color: rgb(204,8,63); }
H1.HeaderClassName
{
color: #CC083F;
}
.AnyTagClassName
{
color: #CC083F;
}
</style>
background-color css
<style>
a { background-color: #CC083F; }
a { background-color: rgb(204,8,63); }
div.DivClassName
{
background-color: #CC083F;
}
.BgClassName
{
background-color: #CC083F;
}
</style>
border-color css
<style>
span { border-color: #CC083F; }
span { border-color: rgb(204,8,63); }
td.TdClassName
{
border-color: #CC083F;
}
.TagClassName
{
border-color: #CC083F;
}
</style>