Shades of Crimson #CF1238
Tints of Crimson #CF1238
RGB
CMYK
RGB Variations
Color information
#CF1238 (or 0xCF1238) is known color: Crimson. HEX triplet: CF, 12 and 38. RGB value is (207,18,56). Sum of RGB (Red+Green+Blue) = 207+18+56=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1238 is #30EDC7. Grayscale: #4E4E4E. Windows color (decimal): -3206600 or 3674831. OLE color: 3674831.
HSL color Cylindrical-coordinate representation of color #CF1238: hue angle of 347.94º 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 #CF1238 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 56 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.19 |
| HSL | 347.94º | 0.84% | 0.44% | - |
| HSV(B) | 347.94º | 0.91% | 0.81% | - |
| XYZ | 26.66 | 13.98 | 5.04 | - |
| YUV | 78.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 56 | 0 | 0.91 | 0.73 | 0.19 | 347.94 | 0.84 | 0.44 |
| Hex | CF | 12 | 38 | 0 | 5B | 49 | 13 | 15C | 54 | 2C |
| Octal | 317 | 22 | 70 | 0 | 133 | 111 | 23 | 534 | 124 | 54 |
| Binary | 11001111 | 10010 | 111000 | 0 | 1011011 | 1001001 | 10011 | 101011100 | 1010100 | 101100 |
Color Harmonies of #CF1238
Complementary color
Monochromatic Colors of #CF1238
Black with #CF1238
Text Example
Text Example
White with #CF1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1238; }
p { color: rgb(207,18,56); }
H1.HeaderClassName
{
color: #CF1238;
}
.AnyTagClassName
{
color: #CF1238;
}
</style>
background-color css
<style>
a { background-color: #CF1238; }
a { background-color: rgb(207,18,56); }
div.DivClassName
{
background-color: #CF1238;
}
.BgClassName
{
background-color: #CF1238;
}
</style>
border-color css
<style>
span { border-color: #CF1238; }
span { border-color: rgb(207,18,56); }
td.TdClassName
{
border-color: #CF1238;
}
.TagClassName
{
border-color: #CF1238;
}
</style>