Shades of Crimson #CF0636
Tints of Crimson #CF0636
RGB
CMYK
RGB Variations
Color information
#CF0636 (or 0xCF0636) is known color: Crimson. HEX triplet: CF, 06 and 36. RGB value is (207,6,54). Sum of RGB (Red+Green+Blue) = 207+6+54=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0636 is #30F9C9. Grayscale: #474747. Windows color (decimal): -3209674 or 3540687. OLE color: 3540687.
HSL color Cylindrical-coordinate representation of color #CF0636: hue angle of 345.67º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0636 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.19 |
| HSL | 345.67º | 0.94% | 0.42% | - |
| HSV(B) | 345.67º | 0.97% | 0.81% | - |
| XYZ | 26.46 | 13.66 | 4.73 | - |
| YUV | 71.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 54 | 0 | 0.97 | 0.74 | 0.19 | 345.67 | 0.94 | 0.42 |
| Hex | CF | 6 | 36 | 0 | 61 | 4A | 13 | 15A | 5E | 2A |
| Octal | 317 | 6 | 66 | 0 | 141 | 112 | 23 | 532 | 136 | 52 |
| Binary | 11001111 | 110 | 110110 | 0 | 1100001 | 1001010 | 10011 | 101011010 | 1011110 | 101010 |
Color Harmonies of #CF0636
Complementary color
Monochromatic Colors of #CF0636
Black with #CF0636
Text Example
Text Example
White with #CF0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0636; }
p { color: rgb(207,6,54); }
H1.HeaderClassName
{
color: #CF0636;
}
.AnyTagClassName
{
color: #CF0636;
}
</style>
background-color css
<style>
a { background-color: #CF0636; }
a { background-color: rgb(207,6,54); }
div.DivClassName
{
background-color: #CF0636;
}
.BgClassName
{
background-color: #CF0636;
}
</style>
border-color css
<style>
span { border-color: #CF0636; }
span { border-color: rgb(207,6,54); }
td.TdClassName
{
border-color: #CF0636;
}
.TagClassName
{
border-color: #CF0636;
}
</style>