Shades of Crimson #CF094A
Tints of Crimson #CF094A
RGB
CMYK
RGB Variations
Color information
#CF094A (or 0xCF094A) is known color: Crimson. HEX triplet: CF, 09 and 4A. RGB value is (207,9,74). Sum of RGB (Red+Green+Blue) = 207+9+74=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF094A is #30F6B5. Grayscale: #4B4B4B. Windows color (decimal): -3208886 or 4852175. OLE color: 4852175.
HSL color Cylindrical-coordinate representation of color #CF094A: hue angle of 340.3º 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 #CF094A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.19 |
| HSL | 340.3º | 0.92% | 0.42% | - |
| HSV(B) | 340.3º | 0.96% | 0.81% | - |
| XYZ | 27.07 | 13.96 | 7.75 | - |
| YUV | 75.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 74 | 0 | 0.96 | 0.64 | 0.19 | 340.3 | 0.92 | 0.42 |
| Hex | CF | 9 | 4A | 0 | 60 | 40 | 13 | 154 | 5C | 2A |
| Octal | 317 | 11 | 112 | 0 | 140 | 100 | 23 | 524 | 134 | 52 |
| Binary | 11001111 | 1001 | 1001010 | 0 | 1100000 | 1000000 | 10011 | 101010100 | 1011100 | 101010 |
Color Harmonies of #CF094A
Complementary color
Monochromatic Colors of #CF094A
Black with #CF094A
Text Example
Text Example
White with #CF094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF094A; }
p { color: rgb(207,9,74); }
H1.HeaderClassName
{
color: #CF094A;
}
.AnyTagClassName
{
color: #CF094A;
}
</style>
background-color css
<style>
a { background-color: #CF094A; }
a { background-color: rgb(207,9,74); }
div.DivClassName
{
background-color: #CF094A;
}
.BgClassName
{
background-color: #CF094A;
}
</style>
border-color css
<style>
span { border-color: #CF094A; }
span { border-color: rgb(207,9,74); }
td.TdClassName
{
border-color: #CF094A;
}
.TagClassName
{
border-color: #CF094A;
}
</style>