Shades of Crimson #CF1236
Tints of Crimson #CF1236
RGB
CMYK
RGB Variations
Color information
#CF1236 (or 0xCF1236) is known color: Crimson. HEX triplet: CF, 12 and 36. RGB value is (207,18,54). Sum of RGB (Red+Green+Blue) = 207+18+54=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1236 is #30EDC9. Grayscale: #4E4E4E. Windows color (decimal): -3206602 or 3543759. OLE color: 3543759.
HSL color Cylindrical-coordinate representation of color #CF1236: hue angle of 348.57º 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 #CF1236 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.19 |
| HSL | 348.57º | 0.84% | 0.44% | - |
| HSV(B) | 348.57º | 0.91% | 0.81% | - |
| XYZ | 26.61 | 13.96 | 4.78 | - |
| YUV | 78.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 54 | 0 | 0.91 | 0.74 | 0.19 | 348.57 | 0.84 | 0.44 |
| Hex | CF | 12 | 36 | 0 | 5B | 4A | 13 | 15D | 54 | 2C |
| Octal | 317 | 22 | 66 | 0 | 133 | 112 | 23 | 535 | 124 | 54 |
| Binary | 11001111 | 10010 | 110110 | 0 | 1011011 | 1001010 | 10011 | 101011101 | 1010100 | 101100 |
Color Harmonies of #CF1236
Complementary color
Monochromatic Colors of #CF1236
Black with #CF1236
Text Example
Text Example
White with #CF1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1236; }
p { color: rgb(207,18,54); }
H1.HeaderClassName
{
color: #CF1236;
}
.AnyTagClassName
{
color: #CF1236;
}
</style>
background-color css
<style>
a { background-color: #CF1236; }
a { background-color: rgb(207,18,54); }
div.DivClassName
{
background-color: #CF1236;
}
.BgClassName
{
background-color: #CF1236;
}
</style>
border-color css
<style>
span { border-color: #CF1236; }
span { border-color: rgb(207,18,54); }
td.TdClassName
{
border-color: #CF1236;
}
.TagClassName
{
border-color: #CF1236;
}
</style>