Shades of Crimson #CF0843
Tints of Crimson #CF0843
RGB
CMYK
RGB Variations
Color information
#CF0843 (or 0xCF0843) is known color: Crimson. HEX triplet: CF, 08 and 43. RGB value is (207,8,67). Sum of RGB (Red+Green+Blue) = 207+8+67=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0843 is #30F7BC. Grayscale: #4A4A4A. Windows color (decimal): -3209149 or 4393167. OLE color: 4393167.
HSL color Cylindrical-coordinate representation of color #CF0843: hue angle of 342.21º degrees, saturation: 0.93, 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 #CF0843 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.19 |
| HSL | 342.21º | 0.93% | 0.42% | - |
| HSV(B) | 342.21º | 0.96% | 0.81% | - |
| XYZ | 26.83 | 13.84 | 6.57 | - |
| YUV | 74.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 67 | 0 | 0.96 | 0.68 | 0.19 | 342.21 | 0.93 | 0.42 |
| Hex | CF | 8 | 43 | 0 | 60 | 44 | 13 | 156 | 5D | 2A |
| Octal | 317 | 10 | 103 | 0 | 140 | 104 | 23 | 526 | 135 | 52 |
| Binary | 11001111 | 1000 | 1000011 | 0 | 1100000 | 1000100 | 10011 | 101010110 | 1011101 | 101010 |
Color Harmonies of #CF0843
Complementary color
Monochromatic Colors of #CF0843
Black with #CF0843
Text Example
Text Example
White with #CF0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0843; }
p { color: rgb(207,8,67); }
H1.HeaderClassName
{
color: #CF0843;
}
.AnyTagClassName
{
color: #CF0843;
}
</style>
background-color css
<style>
a { background-color: #CF0843; }
a { background-color: rgb(207,8,67); }
div.DivClassName
{
background-color: #CF0843;
}
.BgClassName
{
background-color: #CF0843;
}
</style>
border-color css
<style>
span { border-color: #CF0843; }
span { border-color: rgb(207,8,67); }
td.TdClassName
{
border-color: #CF0843;
}
.TagClassName
{
border-color: #CF0843;
}
</style>