Shades of Crimson #CF093B
Tints of Crimson #CF093B
RGB
CMYK
RGB Variations
Color information
#CF093B (or 0xCF093B) is known color: Crimson. HEX triplet: CF, 09 and 3B. RGB value is (207,9,59). Sum of RGB (Red+Green+Blue) = 207+9+59=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF093B is #30F6C4. Grayscale: #494949. Windows color (decimal): -3208901 or 3869135. OLE color: 3869135.
HSL color Cylindrical-coordinate representation of color #CF093B: hue angle of 344.85º 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 #CF093B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.85º | 0.92% | 0.42% | - |
| HSV(B) | 344.85º | 0.96% | 0.81% | - |
| XYZ | 26.62 | 13.78 | 5.39 | - |
| YUV | 73.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 59 | 0 | 0.96 | 0.71 | 0.19 | 344.85 | 0.92 | 0.42 |
| Hex | CF | 9 | 3B | 0 | 60 | 47 | 13 | 159 | 5C | 2A |
| Octal | 317 | 11 | 73 | 0 | 140 | 107 | 23 | 531 | 134 | 52 |
| Binary | 11001111 | 1001 | 111011 | 0 | 1100000 | 1000111 | 10011 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CF093B
Complementary color
Monochromatic Colors of #CF093B
Black with #CF093B
Text Example
Text Example
White with #CF093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF093B; }
p { color: rgb(207,9,59); }
H1.HeaderClassName
{
color: #CF093B;
}
.AnyTagClassName
{
color: #CF093B;
}
</style>
background-color css
<style>
a { background-color: #CF093B; }
a { background-color: rgb(207,9,59); }
div.DivClassName
{
background-color: #CF093B;
}
.BgClassName
{
background-color: #CF093B;
}
</style>
border-color css
<style>
span { border-color: #CF093B; }
span { border-color: rgb(207,9,59); }
td.TdClassName
{
border-color: #CF093B;
}
.TagClassName
{
border-color: #CF093B;
}
</style>