Shades of Crimson #CF083A
Tints of Crimson #CF083A
RGB
CMYK
RGB Variations
Color information
#CF083A (or 0xCF083A) is known color: Crimson. HEX triplet: CF, 08 and 3A. RGB value is (207,8,58). Sum of RGB (Red+Green+Blue) = 207+8+58=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF083A is #30F7C5. Grayscale: #494949. Windows color (decimal): -3209158 or 3803343. OLE color: 3803343.
HSL color Cylindrical-coordinate representation of color #CF083A: hue angle of 344.92º 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 #CF083A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.19 |
| HSL | 344.92º | 0.93% | 0.42% | - |
| HSV(B) | 344.92º | 0.96% | 0.81% | - |
| XYZ | 26.58 | 13.74 | 5.25 | - |
| YUV | 73.2 | 119.43 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 58 | 0 | 0.96 | 0.72 | 0.19 | 344.92 | 0.93 | 0.42 |
| Hex | CF | 8 | 3A | 0 | 60 | 48 | 13 | 159 | 5D | 2A |
| Octal | 317 | 10 | 72 | 0 | 140 | 110 | 23 | 531 | 135 | 52 |
| Binary | 11001111 | 1000 | 111010 | 0 | 1100000 | 1001000 | 10011 | 101011001 | 1011101 | 101010 |
Color Harmonies of #CF083A
Complementary color
Monochromatic Colors of #CF083A
Black with #CF083A
Text Example
Text Example
White with #CF083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF083A; }
p { color: rgb(207,8,58); }
H1.HeaderClassName
{
color: #CF083A;
}
.AnyTagClassName
{
color: #CF083A;
}
</style>
background-color css
<style>
a { background-color: #CF083A; }
a { background-color: rgb(207,8,58); }
div.DivClassName
{
background-color: #CF083A;
}
.BgClassName
{
background-color: #CF083A;
}
</style>
border-color css
<style>
span { border-color: #CF083A; }
span { border-color: rgb(207,8,58); }
td.TdClassName
{
border-color: #CF083A;
}
.TagClassName
{
border-color: #CF083A;
}
</style>