Shades of Crimson #CF093C
Tints of Crimson #CF093C
RGB
CMYK
RGB Variations
Color information
#CF093C (or 0xCF093C) is known color: Crimson. HEX triplet: CF, 09 and 3C. RGB value is (207,9,60). Sum of RGB (Red+Green+Blue) = 207+9+60=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF093C is #30F6C3. Grayscale: #4A4A4A. Windows color (decimal): -3208900 or 3934671. OLE color: 3934671.
HSL color Cylindrical-coordinate representation of color #CF093C: hue angle of 344.55º 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 #CF093C is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.55º | 0.92% | 0.42% | - |
| HSV(B) | 344.55º | 0.96% | 0.81% | - |
| XYZ | 26.65 | 13.79 | 5.53 | - |
| YUV | 74.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 60 | 0 | 0.96 | 0.71 | 0.19 | 344.55 | 0.92 | 0.42 |
| Hex | CF | 9 | 3C | 0 | 60 | 47 | 13 | 159 | 5C | 2A |
| Octal | 317 | 11 | 74 | 0 | 140 | 107 | 23 | 531 | 134 | 52 |
| Binary | 11001111 | 1001 | 111100 | 0 | 1100000 | 1000111 | 10011 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CF093C
Complementary color
Monochromatic Colors of #CF093C
Black with #CF093C
Text Example
Text Example
White with #CF093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF093C; }
p { color: rgb(207,9,60); }
H1.HeaderClassName
{
color: #CF093C;
}
.AnyTagClassName
{
color: #CF093C;
}
</style>
background-color css
<style>
a { background-color: #CF093C; }
a { background-color: rgb(207,9,60); }
div.DivClassName
{
background-color: #CF093C;
}
.BgClassName
{
background-color: #CF093C;
}
</style>
border-color css
<style>
span { border-color: #CF093C; }
span { border-color: rgb(207,9,60); }
td.TdClassName
{
border-color: #CF093C;
}
.TagClassName
{
border-color: #CF093C;
}
</style>