Shades of Crimson #CC0B3E
Tints of Crimson #CC0B3E
RGB
CMYK
RGB Variations
Color information
#CC0B3E (or 0xCC0B3E) is known color: Crimson. HEX triplet: CC, 0B and 3E. RGB value is (204,11,62). Sum of RGB (Red+Green+Blue) = 204+11+62=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B3E is #33F4C1. Grayscale: #4A4A4A. Windows color (decimal): -3404994 or 4066252. OLE color: 4066252.
HSL color Cylindrical-coordinate representation of color #CC0B3E: hue angle of 344.15º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.2 |
| HSL | 344.15º | 0.9% | 0.42% | - |
| HSV(B) | 344.15º | 0.95% | 0.8% | - |
| XYZ | 25.89 | 13.42 | 5.78 | - |
| YUV | 74.52 | 120.94 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 62 | 0 | 0.95 | 0.70 | 0.2 | 344.15 | 0.9 | 0.42 |
| Hex | CC | B | 3E | 0 | 5F | 46 | 14 | 158 | 5A | 2A |
| Octal | 314 | 13 | 76 | 0 | 137 | 106 | 24 | 530 | 132 | 52 |
| Binary | 11001100 | 1011 | 111110 | 0 | 1011111 | 1000110 | 10100 | 101011000 | 1011010 | 101010 |
Color Harmonies of #CC0B3E
Complementary color
Monochromatic Colors of #CC0B3E
Black with #CC0B3E
Text Example
Text Example
White with #CC0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B3E; }
p { color: rgb(204,11,62); }
H1.HeaderClassName
{
color: #CC0B3E;
}
.AnyTagClassName
{
color: #CC0B3E;
}
</style>
background-color css
<style>
a { background-color: #CC0B3E; }
a { background-color: rgb(204,11,62); }
div.DivClassName
{
background-color: #CC0B3E;
}
.BgClassName
{
background-color: #CC0B3E;
}
</style>
border-color css
<style>
span { border-color: #CC0B3E; }
span { border-color: rgb(204,11,62); }
td.TdClassName
{
border-color: #CC0B3E;
}
.TagClassName
{
border-color: #CC0B3E;
}
</style>