Shades of Crimson #CF1330
Tints of Crimson #CF1330
RGB
CMYK
RGB Variations
Color information
#CF1330 (or 0xCF1330) is known color: Crimson. HEX triplet: CF, 13 and 30. RGB value is (207,19,48). Sum of RGB (Red+Green+Blue) = 207+19+48=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1330 is #30ECCF. Grayscale: #4E4E4E. Windows color (decimal): -3206352 or 3150799. OLE color: 3150799.
HSL color Cylindrical-coordinate representation of color #CF1330: hue angle of 350.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1330 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.19 |
| HSL | 350.74º | 0.83% | 0.44% | - |
| HSV(B) | 350.74º | 0.91% | 0.81% | - |
| XYZ | 26.5 | 13.94 | 4.09 | - |
| YUV | 78.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 48 | 0 | 0.91 | 0.77 | 0.19 | 350.74 | 0.83 | 0.44 |
| Hex | CF | 13 | 30 | 0 | 5B | 4D | 13 | 15F | 53 | 2C |
| Octal | 317 | 23 | 60 | 0 | 133 | 115 | 23 | 537 | 123 | 54 |
| Binary | 11001111 | 10011 | 110000 | 0 | 1011011 | 1001101 | 10011 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CF1330
Complementary color
Monochromatic Colors of #CF1330
Black with #CF1330
Text Example
Text Example
White with #CF1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1330; }
p { color: rgb(207,19,48); }
H1.HeaderClassName
{
color: #CF1330;
}
.AnyTagClassName
{
color: #CF1330;
}
</style>
background-color css
<style>
a { background-color: #CF1330; }
a { background-color: rgb(207,19,48); }
div.DivClassName
{
background-color: #CF1330;
}
.BgClassName
{
background-color: #CF1330;
}
</style>
border-color css
<style>
span { border-color: #CF1330; }
span { border-color: rgb(207,19,48); }
td.TdClassName
{
border-color: #CF1330;
}
.TagClassName
{
border-color: #CF1330;
}
</style>