Shades of Crimson #CF1038
Tints of Crimson #CF1038
RGB
CMYK
RGB Variations
Color information
#CF1038 (or 0xCF1038) is known color: Crimson. HEX triplet: CF, 10 and 38. RGB value is (207,16,56). Sum of RGB (Red+Green+Blue) = 207+16+56=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1038 is #30EFC7. Grayscale: #4D4D4D. Windows color (decimal): -3207112 or 3674319. OLE color: 3674319.
HSL color Cylindrical-coordinate representation of color #CF1038: hue angle of 347.43º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1038 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 56 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.19 |
| HSL | 347.43º | 0.86% | 0.44% | - |
| HSV(B) | 347.43º | 0.92% | 0.81% | - |
| XYZ | 26.63 | 13.92 | 5.02 | - |
| YUV | 77.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 56 | 0 | 0.92 | 0.73 | 0.19 | 347.43 | 0.86 | 0.44 |
| Hex | CF | 10 | 38 | 0 | 5C | 49 | 13 | 15B | 56 | 2C |
| Octal | 317 | 20 | 70 | 0 | 134 | 111 | 23 | 533 | 126 | 54 |
| Binary | 11001111 | 10000 | 111000 | 0 | 1011100 | 1001001 | 10011 | 101011011 | 1010110 | 101100 |
Color Harmonies of #CF1038
Complementary color
Monochromatic Colors of #CF1038
Black with #CF1038
Text Example
Text Example
White with #CF1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1038; }
p { color: rgb(207,16,56); }
H1.HeaderClassName
{
color: #CF1038;
}
.AnyTagClassName
{
color: #CF1038;
}
</style>
background-color css
<style>
a { background-color: #CF1038; }
a { background-color: rgb(207,16,56); }
div.DivClassName
{
background-color: #CF1038;
}
.BgClassName
{
background-color: #CF1038;
}
</style>
border-color css
<style>
span { border-color: #CF1038; }
span { border-color: rgb(207,16,56); }
td.TdClassName
{
border-color: #CF1038;
}
.TagClassName
{
border-color: #CF1038;
}
</style>