Shades of Crimson #CF1232
Tints of Crimson #CF1232
RGB
CMYK
RGB Variations
Color information
#CF1232 (or 0xCF1232) is known color: Crimson. HEX triplet: CF, 12 and 32. RGB value is (207,18,50). Sum of RGB (Red+Green+Blue) = 207+18+50=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1232 is #30EDCD. Grayscale: #4E4E4E. Windows color (decimal): -3206606 or 3281615. OLE color: 3281615.
HSL color Cylindrical-coordinate representation of color #CF1232: hue angle of 349.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1232 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.19 |
| HSL | 349.84º | 0.84% | 0.44% | - |
| HSV(B) | 349.84º | 0.91% | 0.81% | - |
| XYZ | 26.52 | 13.93 | 4.31 | - |
| YUV | 78.16 | 112.12 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 50 | 0 | 0.91 | 0.76 | 0.19 | 349.84 | 0.84 | 0.44 |
| Hex | CF | 12 | 32 | 0 | 5B | 4C | 13 | 15E | 54 | 2C |
| Octal | 317 | 22 | 62 | 0 | 133 | 114 | 23 | 536 | 124 | 54 |
| Binary | 11001111 | 10010 | 110010 | 0 | 1011011 | 1001100 | 10011 | 101011110 | 1010100 | 101100 |
Color Harmonies of #CF1232
Complementary color
Monochromatic Colors of #CF1232
Black with #CF1232
Text Example
Text Example
White with #CF1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1232; }
p { color: rgb(207,18,50); }
H1.HeaderClassName
{
color: #CF1232;
}
.AnyTagClassName
{
color: #CF1232;
}
</style>
background-color css
<style>
a { background-color: #CF1232; }
a { background-color: rgb(207,18,50); }
div.DivClassName
{
background-color: #CF1232;
}
.BgClassName
{
background-color: #CF1232;
}
</style>
border-color css
<style>
span { border-color: #CF1232; }
span { border-color: rgb(207,18,50); }
td.TdClassName
{
border-color: #CF1232;
}
.TagClassName
{
border-color: #CF1232;
}
</style>