Shades of Crimson #CF0938
Tints of Crimson #CF0938
RGB
CMYK
RGB Variations
Color information
#CF0938 (or 0xCF0938) is known color: Crimson. HEX triplet: CF, 09 and 38. RGB value is (207,9,56). Sum of RGB (Red+Green+Blue) = 207+9+56=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0938 is #30F6C7. Grayscale: #494949. Windows color (decimal): -3208904 or 3672527. OLE color: 3672527.
HSL color Cylindrical-coordinate representation of color #CF0938: hue angle of 345.76º degrees, saturation: 0.92, 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 #CF0938 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.19 |
| HSL | 345.76º | 0.92% | 0.42% | - |
| HSV(B) | 345.76º | 0.96% | 0.81% | - |
| XYZ | 26.54 | 13.75 | 5 | - |
| YUV | 73.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 56 | 0 | 0.96 | 0.73 | 0.19 | 345.76 | 0.92 | 0.42 |
| Hex | CF | 9 | 38 | 0 | 60 | 49 | 13 | 15A | 5C | 2A |
| Octal | 317 | 11 | 70 | 0 | 140 | 111 | 23 | 532 | 134 | 52 |
| Binary | 11001111 | 1001 | 111000 | 0 | 1100000 | 1001001 | 10011 | 101011010 | 1011100 | 101010 |
Color Harmonies of #CF0938
Complementary color
Monochromatic Colors of #CF0938
Black with #CF0938
Text Example
Text Example
White with #CF0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0938; }
p { color: rgb(207,9,56); }
H1.HeaderClassName
{
color: #CF0938;
}
.AnyTagClassName
{
color: #CF0938;
}
</style>
background-color css
<style>
a { background-color: #CF0938; }
a { background-color: rgb(207,9,56); }
div.DivClassName
{
background-color: #CF0938;
}
.BgClassName
{
background-color: #CF0938;
}
</style>
border-color css
<style>
span { border-color: #CF0938; }
span { border-color: rgb(207,9,56); }
td.TdClassName
{
border-color: #CF0938;
}
.TagClassName
{
border-color: #CF0938;
}
</style>