Shades of Crimson #CF093D
Tints of Crimson #CF093D
RGB
CMYK
RGB Variations
Color information
#CF093D (or 0xCF093D) is known color: Crimson. HEX triplet: CF, 09 and 3D. RGB value is (207,9,61). Sum of RGB (Red+Green+Blue) = 207+9+61=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF093D is #30F6C2. Grayscale: #4A4A4A. Windows color (decimal): -3208899 or 4000207. OLE color: 4000207.
HSL color Cylindrical-coordinate representation of color #CF093D: hue angle of 344.24º 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 #CF093D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.24º | 0.92% | 0.42% | - |
| HSV(B) | 344.24º | 0.96% | 0.81% | - |
| XYZ | 26.67 | 13.8 | 5.67 | - |
| YUV | 74.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 61 | 0 | 0.96 | 0.71 | 0.19 | 344.24 | 0.92 | 0.42 |
| Hex | CF | 9 | 3D | 0 | 60 | 47 | 13 | 158 | 5C | 2A |
| Octal | 317 | 11 | 75 | 0 | 140 | 107 | 23 | 530 | 134 | 52 |
| Binary | 11001111 | 1001 | 111101 | 0 | 1100000 | 1000111 | 10011 | 101011000 | 1011100 | 101010 |
Color Harmonies of #CF093D
Complementary color
Monochromatic Colors of #CF093D
Black with #CF093D
Text Example
Text Example
White with #CF093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF093D; }
p { color: rgb(207,9,61); }
H1.HeaderClassName
{
color: #CF093D;
}
.AnyTagClassName
{
color: #CF093D;
}
</style>
background-color css
<style>
a { background-color: #CF093D; }
a { background-color: rgb(207,9,61); }
div.DivClassName
{
background-color: #CF093D;
}
.BgClassName
{
background-color: #CF093D;
}
</style>
border-color css
<style>
span { border-color: #CF093D; }
span { border-color: rgb(207,9,61); }
td.TdClassName
{
border-color: #CF093D;
}
.TagClassName
{
border-color: #CF093D;
}
</style>