Shades of Crimson #CF003A
Tints of Crimson #CF003A
RGB
CMYK
RGB Variations
Color information
#CF003A (or 0xCF003A) is known color: Crimson. HEX triplet: CF, 00 and 3A. RGB value is (207,0,58). Sum of RGB (Red+Green+Blue) = 207+0+58=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF003A is #30FFC5. Grayscale: #444444. Windows color (decimal): -3211206 or 3801295. OLE color: 3801295.
HSL color Cylindrical-coordinate representation of color #CF003A: hue angle of 343.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF003A is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.72 | 0.19 |
| HSL | 343.19º | 1% | 0.41% | - |
| HSV(B) | 343.19º | 1% | 0.81% | - |
| XYZ | 26.5 | 13.57 | 5.23 | - |
| YUV | 68.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 58 | 0 | 1 | 0.72 | 0.19 | 343.19 | 1 | 0.41 |
| Hex | CF | 0 | 3A | 0 | 64 | 48 | 13 | 157 | 64 | 29 |
| Octal | 317 | 0 | 72 | 0 | 144 | 110 | 23 | 527 | 144 | 51 |
| Binary | 11001111 | 0 | 111010 | 0 | 1100100 | 1001000 | 10011 | 101010111 | 1100100 | 101001 |
Color Harmonies of #CF003A
Complementary color
Monochromatic Colors of #CF003A
Black with #CF003A
Text Example
Text Example
White with #CF003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF003A; }
p { color: rgb(207,0,58); }
H1.HeaderClassName
{
color: #CF003A;
}
.AnyTagClassName
{
color: #CF003A;
}
</style>
background-color css
<style>
a { background-color: #CF003A; }
a { background-color: rgb(207,0,58); }
div.DivClassName
{
background-color: #CF003A;
}
.BgClassName
{
background-color: #CF003A;
}
</style>
border-color css
<style>
span { border-color: #CF003A; }
span { border-color: rgb(207,0,58); }
td.TdClassName
{
border-color: #CF003A;
}
.TagClassName
{
border-color: #CF003A;
}
</style>