Shades of Crimson #CF0036
Tints of Crimson #CF0036
RGB
CMYK
RGB Variations
Color information
#CF0036 (or 0xCF0036) is known color: Crimson. HEX triplet: CF, 00 and 36. RGB value is (207,0,54). Sum of RGB (Red+Green+Blue) = 207+0+54=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0036 is #30FFC9. Grayscale: #444444. Windows color (decimal): -3211210 or 3539151. OLE color: 3539151.
HSL color Cylindrical-coordinate representation of color #CF0036: hue angle of 344.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0036 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.74 | 0.19 |
| HSL | 344.35º | 1% | 0.41% | - |
| HSV(B) | 344.35º | 1% | 0.81% | - |
| XYZ | 26.4 | 13.53 | 4.71 | - |
| YUV | 68.05 | 120.08 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 54 | 0 | 1 | 0.74 | 0.19 | 344.35 | 1 | 0.41 |
| Hex | CF | 0 | 36 | 0 | 64 | 4A | 13 | 158 | 64 | 29 |
| Octal | 317 | 0 | 66 | 0 | 144 | 112 | 23 | 530 | 144 | 51 |
| Binary | 11001111 | 0 | 110110 | 0 | 1100100 | 1001010 | 10011 | 101011000 | 1100100 | 101001 |
Color Harmonies of #CF0036
Complementary color
Monochromatic Colors of #CF0036
Black with #CF0036
Text Example
Text Example
White with #CF0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0036; }
p { color: rgb(207,0,54); }
H1.HeaderClassName
{
color: #CF0036;
}
.AnyTagClassName
{
color: #CF0036;
}
</style>
background-color css
<style>
a { background-color: #CF0036; }
a { background-color: rgb(207,0,54); }
div.DivClassName
{
background-color: #CF0036;
}
.BgClassName
{
background-color: #CF0036;
}
</style>
border-color css
<style>
span { border-color: #CF0036; }
span { border-color: rgb(207,0,54); }
td.TdClassName
{
border-color: #CF0036;
}
.TagClassName
{
border-color: #CF0036;
}
</style>