Shades of Crimson #CF0033
Tints of Crimson #CF0033
RGB
CMYK
RGB Variations
Color information
#CF0033 (or 0xCF0033) is known color: Crimson. HEX triplet: CF, 00 and 33. RGB value is (207,0,51). Sum of RGB (Red+Green+Blue) = 207+0+51=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0033 is #30FFCC. Grayscale: #434343. Windows color (decimal): -3211213 or 3342543. OLE color: 3342543.
HSL color Cylindrical-coordinate representation of color #CF0033: hue angle of 345.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0033 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.75 | 0.19 |
| HSL | 345.22º | 1% | 0.41% | - |
| HSV(B) | 345.22º | 1% | 0.81% | - |
| XYZ | 26.33 | 13.5 | 4.35 | - |
| YUV | 67.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 51 | 0 | 1 | 0.75 | 0.19 | 345.22 | 1 | 0.41 |
| Hex | CF | 0 | 33 | 0 | 64 | 4B | 13 | 159 | 64 | 29 |
| Octal | 317 | 0 | 63 | 0 | 144 | 113 | 23 | 531 | 144 | 51 |
| Binary | 11001111 | 0 | 110011 | 0 | 1100100 | 1001011 | 10011 | 101011001 | 1100100 | 101001 |
Color Harmonies of #CF0033
Complementary color
Monochromatic Colors of #CF0033
Black with #CF0033
Text Example
Text Example
White with #CF0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0033; }
p { color: rgb(207,0,51); }
H1.HeaderClassName
{
color: #CF0033;
}
.AnyTagClassName
{
color: #CF0033;
}
</style>
background-color css
<style>
a { background-color: #CF0033; }
a { background-color: rgb(207,0,51); }
div.DivClassName
{
background-color: #CF0033;
}
.BgClassName
{
background-color: #CF0033;
}
</style>
border-color css
<style>
span { border-color: #CF0033; }
span { border-color: rgb(207,0,51); }
td.TdClassName
{
border-color: #CF0033;
}
.TagClassName
{
border-color: #CF0033;
}
</style>