Shades of Crimson #CF033F
Tints of Crimson #CF033F
RGB
CMYK
RGB Variations
Color information
#CF033F (or 0xCF033F) is known color: Crimson. HEX triplet: CF, 03 and 3F. RGB value is (207,3,63). Sum of RGB (Red+Green+Blue) = 207+3+63=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF033F is #30FCC0. Grayscale: #464646. Windows color (decimal): -3210433 or 4129743. OLE color: 4129743.
HSL color Cylindrical-coordinate representation of color #CF033F: hue angle of 342.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF033F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.19 |
| HSL | 342.35º | 0.97% | 0.41% | - |
| HSV(B) | 342.35º | 0.99% | 0.81% | - |
| XYZ | 26.66 | 13.69 | 5.94 | - |
| YUV | 70.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 63 | 0 | 0.99 | 0.70 | 0.19 | 342.35 | 0.97 | 0.41 |
| Hex | CF | 3 | 3F | 0 | 63 | 46 | 13 | 156 | 61 | 29 |
| Octal | 317 | 3 | 77 | 0 | 143 | 106 | 23 | 526 | 141 | 51 |
| Binary | 11001111 | 11 | 111111 | 0 | 1100011 | 1000110 | 10011 | 101010110 | 1100001 | 101001 |
Color Harmonies of #CF033F
Complementary color
Monochromatic Colors of #CF033F
Black with #CF033F
Text Example
Text Example
White with #CF033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF033F; }
p { color: rgb(207,3,63); }
H1.HeaderClassName
{
color: #CF033F;
}
.AnyTagClassName
{
color: #CF033F;
}
</style>
background-color css
<style>
a { background-color: #CF033F; }
a { background-color: rgb(207,3,63); }
div.DivClassName
{
background-color: #CF033F;
}
.BgClassName
{
background-color: #CF033F;
}
</style>
border-color css
<style>
span { border-color: #CF033F; }
span { border-color: rgb(207,3,63); }
td.TdClassName
{
border-color: #CF033F;
}
.TagClassName
{
border-color: #CF033F;
}
</style>