Shades of Crimson #CF0136
Tints of Crimson #CF0136
RGB
CMYK
RGB Variations
Color information
#CF0136 (or 0xCF0136) is known color: Crimson. HEX triplet: CF, 01 and 36. RGB value is (207,1,54). Sum of RGB (Red+Green+Blue) = 207+1+54=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0136 is #30FEC9. Grayscale: #444444. Windows color (decimal): -3210954 or 3539407. OLE color: 3539407.
HSL color Cylindrical-coordinate representation of color #CF0136: hue angle of 344.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0136 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.19 |
| HSL | 344.56º | 0.99% | 0.41% | - |
| HSV(B) | 344.56º | 1% | 0.81% | - |
| XYZ | 26.41 | 13.55 | 4.71 | - |
| YUV | 68.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 54 | 0 | 1.00 | 0.74 | 0.19 | 344.56 | 0.99 | 0.41 |
| Hex | CF | 1 | 36 | 0 | 64 | 4A | 13 | 159 | 63 | 29 |
| Octal | 317 | 1 | 66 | 0 | 144 | 112 | 23 | 531 | 143 | 51 |
| Binary | 11001111 | 1 | 110110 | 0 | 1100100 | 1001010 | 10011 | 101011001 | 1100011 | 101001 |
Color Harmonies of #CF0136
Complementary color
Monochromatic Colors of #CF0136
Black with #CF0136
Text Example
Text Example
White with #CF0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0136; }
p { color: rgb(207,1,54); }
H1.HeaderClassName
{
color: #CF0136;
}
.AnyTagClassName
{
color: #CF0136;
}
</style>
background-color css
<style>
a { background-color: #CF0136; }
a { background-color: rgb(207,1,54); }
div.DivClassName
{
background-color: #CF0136;
}
.BgClassName
{
background-color: #CF0136;
}
</style>
border-color css
<style>
span { border-color: #CF0136; }
span { border-color: rgb(207,1,54); }
td.TdClassName
{
border-color: #CF0136;
}
.TagClassName
{
border-color: #CF0136;
}
</style>