Shades of Crimson #CF1336
Tints of Crimson #CF1336
RGB
CMYK
RGB Variations
Color information
#CF1336 (or 0xCF1336) is known color: Crimson. HEX triplet: CF, 13 and 36. RGB value is (207,19,54). Sum of RGB (Red+Green+Blue) = 207+19+54=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1336 is #30ECC9. Grayscale: #4F4F4F. Windows color (decimal): -3206346 or 3544015. OLE color: 3544015.
HSL color Cylindrical-coordinate representation of color #CF1336: hue angle of 348.83º degrees, saturation: 0.83, 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 #CF1336 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.19 |
| HSL | 348.83º | 0.83% | 0.44% | - |
| HSV(B) | 348.83º | 0.91% | 0.81% | - |
| XYZ | 26.63 | 14 | 4.79 | - |
| YUV | 79.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 54 | 0 | 0.91 | 0.74 | 0.19 | 348.83 | 0.83 | 0.44 |
| Hex | CF | 13 | 36 | 0 | 5B | 4A | 13 | 15D | 53 | 2C |
| Octal | 317 | 23 | 66 | 0 | 133 | 112 | 23 | 535 | 123 | 54 |
| Binary | 11001111 | 10011 | 110110 | 0 | 1011011 | 1001010 | 10011 | 101011101 | 1010011 | 101100 |
Color Harmonies of #CF1336
Complementary color
Monochromatic Colors of #CF1336
Black with #CF1336
Text Example
Text Example
White with #CF1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1336; }
p { color: rgb(207,19,54); }
H1.HeaderClassName
{
color: #CF1336;
}
.AnyTagClassName
{
color: #CF1336;
}
</style>
background-color css
<style>
a { background-color: #CF1336; }
a { background-color: rgb(207,19,54); }
div.DivClassName
{
background-color: #CF1336;
}
.BgClassName
{
background-color: #CF1336;
}
</style>
border-color css
<style>
span { border-color: #CF1336; }
span { border-color: rgb(207,19,54); }
td.TdClassName
{
border-color: #CF1336;
}
.TagClassName
{
border-color: #CF1336;
}
</style>