Shades of Crimson #CF0C2F
Tints of Crimson #CF0C2F
RGB
CMYK
RGB Variations
Color information
#CF0C2F (or 0xCF0C2F) is known color: Crimson. HEX triplet: CF, 0C and 2F. RGB value is (207,12,47). Sum of RGB (Red+Green+Blue) = 207+12+47=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C2F is #30F3D0. Grayscale: #4A4A4A. Windows color (decimal): -3208145 or 3083471. OLE color: 3083471.
HSL color Cylindrical-coordinate representation of color #CF0C2F: hue angle of 349.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C2F is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 47 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.19 |
| HSL | 349.23º | 0.89% | 0.43% | - |
| HSV(B) | 349.23º | 0.94% | 0.81% | - |
| XYZ | 26.38 | 13.73 | 3.95 | - |
| YUV | 74.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 47 | 0 | 0.94 | 0.77 | 0.19 | 349.23 | 0.89 | 0.43 |
| Hex | CF | C | 2F | 0 | 5E | 4D | 13 | 15D | 59 | 2B |
| Octal | 317 | 14 | 57 | 0 | 136 | 115 | 23 | 535 | 131 | 53 |
| Binary | 11001111 | 1100 | 101111 | 0 | 1011110 | 1001101 | 10011 | 101011101 | 1011001 | 101011 |
Color Harmonies of #CF0C2F
Complementary color
Monochromatic Colors of #CF0C2F
Black with #CF0C2F
Text Example
Text Example
White with #CF0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C2F; }
p { color: rgb(207,12,47); }
H1.HeaderClassName
{
color: #CF0C2F;
}
.AnyTagClassName
{
color: #CF0C2F;
}
</style>
background-color css
<style>
a { background-color: #CF0C2F; }
a { background-color: rgb(207,12,47); }
div.DivClassName
{
background-color: #CF0C2F;
}
.BgClassName
{
background-color: #CF0C2F;
}
</style>
border-color css
<style>
span { border-color: #CF0C2F; }
span { border-color: rgb(207,12,47); }
td.TdClassName
{
border-color: #CF0C2F;
}
.TagClassName
{
border-color: #CF0C2F;
}
</style>