Shades of Crimson #CC0E43
Tints of Crimson #CC0E43
RGB
CMYK
RGB Variations
Color information
#CC0E43 (or 0xCC0E43) is known color: Crimson. HEX triplet: CC, 0E and 43. RGB value is (204,14,67). Sum of RGB (Red+Green+Blue) = 204+14+67=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E43 is #33F1BC. Grayscale: #4C4C4C. Windows color (decimal): -3404221 or 4394700. OLE color: 4394700.
HSL color Cylindrical-coordinate representation of color #CC0E43: hue angle of 343.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E43 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 14 | 67 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.2 |
| HSL | 343.26º | 0.87% | 0.43% | - |
| HSV(B) | 343.26º | 0.93% | 0.8% | - |
| XYZ | 26.07 | 13.56 | 6.55 | - |
| YUV | 76.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 67 | 0 | 0.93 | 0.67 | 0.2 | 343.26 | 0.87 | 0.43 |
| Hex | CC | E | 43 | 0 | 5D | 43 | 14 | 157 | 57 | 2B |
| Octal | 314 | 16 | 103 | 0 | 135 | 103 | 24 | 527 | 127 | 53 |
| Binary | 11001100 | 1110 | 1000011 | 0 | 1011101 | 1000011 | 10100 | 101010111 | 1010111 | 101011 |
Color Harmonies of #CC0E43
Complementary color
Monochromatic Colors of #CC0E43
Black with #CC0E43
Text Example
Text Example
White with #CC0E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0E43; }
p { color: rgb(204,14,67); }
H1.HeaderClassName
{
color: #CC0E43;
}
.AnyTagClassName
{
color: #CC0E43;
}
</style>
background-color css
<style>
a { background-color: #CC0E43; }
a { background-color: rgb(204,14,67); }
div.DivClassName
{
background-color: #CC0E43;
}
.BgClassName
{
background-color: #CC0E43;
}
</style>
border-color css
<style>
span { border-color: #CC0E43; }
span { border-color: rgb(204,14,67); }
td.TdClassName
{
border-color: #CC0E43;
}
.TagClassName
{
border-color: #CC0E43;
}
</style>