Shades of Crimson #CF093A
Tints of Crimson #CF093A
RGB
CMYK
RGB Variations
Color information
#CF093A (or 0xCF093A) is known color: Crimson. HEX triplet: CF, 09 and 3A. RGB value is (207,9,58). Sum of RGB (Red+Green+Blue) = 207+9+58=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF093A is #30F6C5. Grayscale: #494949. Windows color (decimal): -3208902 or 3803599. OLE color: 3803599.
HSL color Cylindrical-coordinate representation of color #CF093A: hue angle of 345.15º 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 #CF093A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.19 |
| HSL | 345.15º | 0.92% | 0.42% | - |
| HSV(B) | 345.15º | 0.96% | 0.81% | - |
| XYZ | 26.59 | 13.77 | 5.26 | - |
| YUV | 73.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 58 | 0 | 0.96 | 0.72 | 0.19 | 345.15 | 0.92 | 0.42 |
| Hex | CF | 9 | 3A | 0 | 60 | 48 | 13 | 159 | 5C | 2A |
| Octal | 317 | 11 | 72 | 0 | 140 | 110 | 23 | 531 | 134 | 52 |
| Binary | 11001111 | 1001 | 111010 | 0 | 1100000 | 1001000 | 10011 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CF093A
Complementary color
Monochromatic Colors of #CF093A
Black with #CF093A
Text Example
Text Example
White with #CF093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF093A; }
p { color: rgb(207,9,58); }
H1.HeaderClassName
{
color: #CF093A;
}
.AnyTagClassName
{
color: #CF093A;
}
</style>
background-color css
<style>
a { background-color: #CF093A; }
a { background-color: rgb(207,9,58); }
div.DivClassName
{
background-color: #CF093A;
}
.BgClassName
{
background-color: #CF093A;
}
</style>
border-color css
<style>
span { border-color: #CF093A; }
span { border-color: rgb(207,9,58); }
td.TdClassName
{
border-color: #CF093A;
}
.TagClassName
{
border-color: #CF093A;
}
</style>