Shades of Crimson #CF083B
Tints of Crimson #CF083B
RGB
CMYK
RGB Variations
Color information
#CF083B (or 0xCF083B) is known color: Crimson. HEX triplet: CF, 08 and 3B. RGB value is (207,8,59). Sum of RGB (Red+Green+Blue) = 207+8+59=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF083B is #30F7C4. Grayscale: #494949. Windows color (decimal): -3209157 or 3868879. OLE color: 3868879.
HSL color Cylindrical-coordinate representation of color #CF083B: hue angle of 344.62º 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 #CF083B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.62º | 0.93% | 0.42% | - |
| HSV(B) | 344.62º | 0.96% | 0.81% | - |
| XYZ | 26.61 | 13.75 | 5.39 | - |
| YUV | 73.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 59 | 0 | 0.96 | 0.71 | 0.19 | 344.62 | 0.93 | 0.42 |
| Hex | CF | 8 | 3B | 0 | 60 | 47 | 13 | 159 | 5D | 2A |
| Octal | 317 | 10 | 73 | 0 | 140 | 107 | 23 | 531 | 135 | 52 |
| Binary | 11001111 | 1000 | 111011 | 0 | 1100000 | 1000111 | 10011 | 101011001 | 1011101 | 101010 |
Color Harmonies of #CF083B
Complementary color
Monochromatic Colors of #CF083B
Black with #CF083B
Text Example
Text Example
White with #CF083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF083B; }
p { color: rgb(207,8,59); }
H1.HeaderClassName
{
color: #CF083B;
}
.AnyTagClassName
{
color: #CF083B;
}
</style>
background-color css
<style>
a { background-color: #CF083B; }
a { background-color: rgb(207,8,59); }
div.DivClassName
{
background-color: #CF083B;
}
.BgClassName
{
background-color: #CF083B;
}
</style>
border-color css
<style>
span { border-color: #CF083B; }
span { border-color: rgb(207,8,59); }
td.TdClassName
{
border-color: #CF083B;
}
.TagClassName
{
border-color: #CF083B;
}
</style>