Shades of Crimson #CC082F
Tints of Crimson #CC082F
RGB
CMYK
RGB Variations
Color information
#CC082F (or 0xCC082F) is known color: Crimson. HEX triplet: CC, 08 and 2F. RGB value is (204,8,47). Sum of RGB (Red+Green+Blue) = 204+8+47=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC082F is #33F7D0. Grayscale: #474747. Windows color (decimal): -3405777 or 3082444. OLE color: 3082444.
HSL color Cylindrical-coordinate representation of color #CC082F: hue angle of 348.06º 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 #CC082F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.2 |
| HSL | 348.06º | 0.92% | 0.42% | - |
| HSV(B) | 348.06º | 0.96% | 0.8% | - |
| XYZ | 25.5 | 13.22 | 3.9 | - |
| YUV | 71.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 47 | 0 | 0.96 | 0.77 | 0.2 | 348.06 | 0.92 | 0.42 |
| Hex | CC | 8 | 2F | 0 | 60 | 4D | 14 | 15C | 5C | 2A |
| Octal | 314 | 10 | 57 | 0 | 140 | 115 | 24 | 534 | 134 | 52 |
| Binary | 11001100 | 1000 | 101111 | 0 | 1100000 | 1001101 | 10100 | 101011100 | 1011100 | 101010 |
Color Harmonies of #CC082F
Complementary color
Monochromatic Colors of #CC082F
Black with #CC082F
Text Example
Text Example
White with #CC082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC082F; }
p { color: rgb(204,8,47); }
H1.HeaderClassName
{
color: #CC082F;
}
.AnyTagClassName
{
color: #CC082F;
}
</style>
background-color css
<style>
a { background-color: #CC082F; }
a { background-color: rgb(204,8,47); }
div.DivClassName
{
background-color: #CC082F;
}
.BgClassName
{
background-color: #CC082F;
}
</style>
border-color css
<style>
span { border-color: #CC082F; }
span { border-color: rgb(204,8,47); }
td.TdClassName
{
border-color: #CC082F;
}
.TagClassName
{
border-color: #CC082F;
}
</style>