Shades of Crimson #CF093E
Tints of Crimson #CF093E
RGB
CMYK
RGB Variations
Color information
#CF093E (or 0xCF093E) is known color: Crimson. HEX triplet: CF, 09 and 3E. RGB value is (207,9,62). Sum of RGB (Red+Green+Blue) = 207+9+62=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF093E is #30F6C1. Grayscale: #4A4A4A. Windows color (decimal): -3208898 or 4065743. OLE color: 4065743.
HSL color Cylindrical-coordinate representation of color #CF093E: hue angle of 343.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF093E is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.19 |
| HSL | 343.94º | 0.92% | 0.42% | - |
| HSV(B) | 343.94º | 0.96% | 0.81% | - |
| XYZ | 26.7 | 13.81 | 5.82 | - |
| YUV | 74.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 62 | 0 | 0.96 | 0.70 | 0.19 | 343.94 | 0.92 | 0.42 |
| Hex | CF | 9 | 3E | 0 | 60 | 46 | 13 | 158 | 5C | 2A |
| Octal | 317 | 11 | 76 | 0 | 140 | 106 | 23 | 530 | 134 | 52 |
| Binary | 11001111 | 1001 | 111110 | 0 | 1100000 | 1000110 | 10011 | 101011000 | 1011100 | 101010 |
Color Harmonies of #CF093E
Complementary color
Monochromatic Colors of #CF093E
Black with #CF093E
Text Example
Text Example
White with #CF093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF093E; }
p { color: rgb(207,9,62); }
H1.HeaderClassName
{
color: #CF093E;
}
.AnyTagClassName
{
color: #CF093E;
}
</style>
background-color css
<style>
a { background-color: #CF093E; }
a { background-color: rgb(207,9,62); }
div.DivClassName
{
background-color: #CF093E;
}
.BgClassName
{
background-color: #CF093E;
}
</style>
border-color css
<style>
span { border-color: #CF093E; }
span { border-color: rgb(207,9,62); }
td.TdClassName
{
border-color: #CF093E;
}
.TagClassName
{
border-color: #CF093E;
}
</style>