Shades of Crimson #CF0F3C
Tints of Crimson #CF0F3C
RGB
CMYK
RGB Variations
Color information
#CF0F3C (or 0xCF0F3C) is known color: Crimson. HEX triplet: CF, 0F and 3C. RGB value is (207,15,60). Sum of RGB (Red+Green+Blue) = 207+15+60=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F3C is #30F0C3. Grayscale: #4D4D4D. Windows color (decimal): -3207364 or 3936207. OLE color: 3936207.
HSL color Cylindrical-coordinate representation of color #CF0F3C: hue angle of 345.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F3C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 60 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.19 |
| HSL | 345.94º | 0.86% | 0.44% | - |
| HSV(B) | 345.94º | 0.93% | 0.81% | - |
| XYZ | 26.72 | 13.93 | 5.56 | - |
| YUV | 77.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 60 | 0 | 0.93 | 0.71 | 0.19 | 345.94 | 0.86 | 0.44 |
| Hex | CF | F | 3C | 0 | 5D | 47 | 13 | 15A | 56 | 2C |
| Octal | 317 | 17 | 74 | 0 | 135 | 107 | 23 | 532 | 126 | 54 |
| Binary | 11001111 | 1111 | 111100 | 0 | 1011101 | 1000111 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CF0F3C
Complementary color
Monochromatic Colors of #CF0F3C
Black with #CF0F3C
Text Example
Text Example
White with #CF0F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F3C; }
p { color: rgb(207,15,60); }
H1.HeaderClassName
{
color: #CF0F3C;
}
.AnyTagClassName
{
color: #CF0F3C;
}
</style>
background-color css
<style>
a { background-color: #CF0F3C; }
a { background-color: rgb(207,15,60); }
div.DivClassName
{
background-color: #CF0F3C;
}
.BgClassName
{
background-color: #CF0F3C;
}
</style>
border-color css
<style>
span { border-color: #CF0F3C; }
span { border-color: rgb(207,15,60); }
td.TdClassName
{
border-color: #CF0F3C;
}
.TagClassName
{
border-color: #CF0F3C;
}
</style>