Shades of Crimson #CF0943
Tints of Crimson #CF0943
RGB
CMYK
RGB Variations
Color information
#CF0943 (or 0xCF0943) is known color: Crimson. HEX triplet: CF, 09 and 43. RGB value is (207,9,67). Sum of RGB (Red+Green+Blue) = 207+9+67=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0943 is #30F6BC. Grayscale: #4A4A4A. Windows color (decimal): -3208893 or 4393423. OLE color: 4393423.
HSL color Cylindrical-coordinate representation of color #CF0943: hue angle of 342.42º 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 #CF0943 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.19 |
| HSL | 342.42º | 0.92% | 0.42% | - |
| HSV(B) | 342.42º | 0.96% | 0.81% | - |
| XYZ | 26.84 | 13.87 | 6.57 | - |
| YUV | 74.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 67 | 0 | 0.96 | 0.68 | 0.19 | 342.42 | 0.92 | 0.42 |
| Hex | CF | 9 | 43 | 0 | 60 | 44 | 13 | 156 | 5C | 2A |
| Octal | 317 | 11 | 103 | 0 | 140 | 104 | 23 | 526 | 134 | 52 |
| Binary | 11001111 | 1001 | 1000011 | 0 | 1100000 | 1000100 | 10011 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CF0943
Complementary color
Monochromatic Colors of #CF0943
Black with #CF0943
Text Example
Text Example
White with #CF0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0943; }
p { color: rgb(207,9,67); }
H1.HeaderClassName
{
color: #CF0943;
}
.AnyTagClassName
{
color: #CF0943;
}
</style>
background-color css
<style>
a { background-color: #CF0943; }
a { background-color: rgb(207,9,67); }
div.DivClassName
{
background-color: #CF0943;
}
.BgClassName
{
background-color: #CF0943;
}
</style>
border-color css
<style>
span { border-color: #CF0943; }
span { border-color: rgb(207,9,67); }
td.TdClassName
{
border-color: #CF0943;
}
.TagClassName
{
border-color: #CF0943;
}
</style>