Shades of Crimson #CF0F33
Tints of Crimson #CF0F33
RGB
CMYK
RGB Variations
Color information
#CF0F33 (or 0xCF0F33) is known color: Crimson. HEX triplet: CF, 0F and 33. RGB value is (207,15,51). Sum of RGB (Red+Green+Blue) = 207+15+51=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F33 is #30F0CC. Grayscale: #4C4C4C. Windows color (decimal): -3207373 or 3346383. OLE color: 3346383.
HSL color Cylindrical-coordinate representation of color #CF0F33: hue angle of 348.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F33 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 51 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.19 |
| HSL | 348.75º | 0.86% | 0.44% | - |
| HSV(B) | 348.75º | 0.93% | 0.81% | - |
| XYZ | 26.5 | 13.85 | 4.41 | - |
| YUV | 76.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 51 | 0 | 0.93 | 0.75 | 0.19 | 348.75 | 0.86 | 0.44 |
| Hex | CF | F | 33 | 0 | 5D | 4B | 13 | 15D | 56 | 2C |
| Octal | 317 | 17 | 63 | 0 | 135 | 113 | 23 | 535 | 126 | 54 |
| Binary | 11001111 | 1111 | 110011 | 0 | 1011101 | 1001011 | 10011 | 101011101 | 1010110 | 101100 |
Color Harmonies of #CF0F33
Complementary color
Monochromatic Colors of #CF0F33
Black with #CF0F33
Text Example
Text Example
White with #CF0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F33; }
p { color: rgb(207,15,51); }
H1.HeaderClassName
{
color: #CF0F33;
}
.AnyTagClassName
{
color: #CF0F33;
}
</style>
background-color css
<style>
a { background-color: #CF0F33; }
a { background-color: rgb(207,15,51); }
div.DivClassName
{
background-color: #CF0F33;
}
.BgClassName
{
background-color: #CF0F33;
}
</style>
border-color css
<style>
span { border-color: #CF0F33; }
span { border-color: rgb(207,15,51); }
td.TdClassName
{
border-color: #CF0F33;
}
.TagClassName
{
border-color: #CF0F33;
}
</style>