Shades of Crimson #CF0930
Tints of Crimson #CF0930
RGB
CMYK
RGB Variations
Color information
#CF0930 (or 0xCF0930) is known color: Crimson. HEX triplet: CF, 09 and 30. RGB value is (207,9,48). Sum of RGB (Red+Green+Blue) = 207+9+48=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0930 is #30F6CF. Grayscale: #484848. Windows color (decimal): -3208912 or 3148239. OLE color: 3148239.
HSL color Cylindrical-coordinate representation of color #CF0930: hue angle of 348.18º 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 #CF0930 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.19 |
| HSL | 348.18º | 0.92% | 0.42% | - |
| HSV(B) | 348.18º | 0.96% | 0.81% | - |
| XYZ | 26.36 | 13.67 | 4.05 | - |
| YUV | 72.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 48 | 0 | 0.96 | 0.77 | 0.19 | 348.18 | 0.92 | 0.42 |
| Hex | CF | 9 | 30 | 0 | 60 | 4D | 13 | 15C | 5C | 2A |
| Octal | 317 | 11 | 60 | 0 | 140 | 115 | 23 | 534 | 134 | 52 |
| Binary | 11001111 | 1001 | 110000 | 0 | 1100000 | 1001101 | 10011 | 101011100 | 1011100 | 101010 |
Color Harmonies of #CF0930
Complementary color
Monochromatic Colors of #CF0930
Black with #CF0930
Text Example
Text Example
White with #CF0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0930; }
p { color: rgb(207,9,48); }
H1.HeaderClassName
{
color: #CF0930;
}
.AnyTagClassName
{
color: #CF0930;
}
</style>
background-color css
<style>
a { background-color: #CF0930; }
a { background-color: rgb(207,9,48); }
div.DivClassName
{
background-color: #CF0930;
}
.BgClassName
{
background-color: #CF0930;
}
</style>
border-color css
<style>
span { border-color: #CF0930; }
span { border-color: rgb(207,9,48); }
td.TdClassName
{
border-color: #CF0930;
}
.TagClassName
{
border-color: #CF0930;
}
</style>