Shades of Crimson #CF123F
Tints of Crimson #CF123F
RGB
CMYK
RGB Variations
Color information
#CF123F (or 0xCF123F) is known color: Crimson. HEX triplet: CF, 12 and 3F. RGB value is (207,18,63). Sum of RGB (Red+Green+Blue) = 207+18+63=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF123F is #30EDC0. Grayscale: #4F4F4F. Windows color (decimal): -3206593 or 4133583. OLE color: 4133583.
HSL color Cylindrical-coordinate representation of color #CF123F: hue angle of 345.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF123F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 63 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 345.71º | 0.84% | 0.44% | - |
| HSV(B) | 345.71º | 0.91% | 0.81% | - |
| XYZ | 26.85 | 14.06 | 6 | - |
| YUV | 79.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 63 | 0 | 0.91 | 0.70 | 0.19 | 345.71 | 0.84 | 0.44 |
| Hex | CF | 12 | 3F | 0 | 5B | 46 | 13 | 15A | 54 | 2C |
| Octal | 317 | 22 | 77 | 0 | 133 | 106 | 23 | 532 | 124 | 54 |
| Binary | 11001111 | 10010 | 111111 | 0 | 1011011 | 1000110 | 10011 | 101011010 | 1010100 | 101100 |
Color Harmonies of #CF123F
Complementary color
Monochromatic Colors of #CF123F
Black with #CF123F
Text Example
Text Example
White with #CF123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF123F; }
p { color: rgb(207,18,63); }
H1.HeaderClassName
{
color: #CF123F;
}
.AnyTagClassName
{
color: #CF123F;
}
</style>
background-color css
<style>
a { background-color: #CF123F; }
a { background-color: rgb(207,18,63); }
div.DivClassName
{
background-color: #CF123F;
}
.BgClassName
{
background-color: #CF123F;
}
</style>
border-color css
<style>
span { border-color: #CF123F; }
span { border-color: rgb(207,18,63); }
td.TdClassName
{
border-color: #CF123F;
}
.TagClassName
{
border-color: #CF123F;
}
</style>