Shades of Crimson #CF1130
Tints of Crimson #CF1130
RGB
CMYK
RGB Variations
Color information
#CF1130 (or 0xCF1130) is known color: Crimson. HEX triplet: CF, 11 and 30. RGB value is (207,17,48). Sum of RGB (Red+Green+Blue) = 207+17+48=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1130 is #30EECF. Grayscale: #4D4D4D. Windows color (decimal): -3206864 or 3150287. OLE color: 3150287.
HSL color Cylindrical-coordinate representation of color #CF1130: hue angle of 350.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1130 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 48 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.19 |
| HSL | 350.21º | 0.85% | 0.44% | - |
| HSV(B) | 350.21º | 0.92% | 0.81% | - |
| XYZ | 26.47 | 13.88 | 4.08 | - |
| YUV | 77.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 48 | 0 | 0.92 | 0.77 | 0.19 | 350.21 | 0.85 | 0.44 |
| Hex | CF | 11 | 30 | 0 | 5C | 4D | 13 | 15E | 55 | 2C |
| Octal | 317 | 21 | 60 | 0 | 134 | 115 | 23 | 536 | 125 | 54 |
| Binary | 11001111 | 10001 | 110000 | 0 | 1011100 | 1001101 | 10011 | 101011110 | 1010101 | 101100 |
Color Harmonies of #CF1130
Complementary color
Monochromatic Colors of #CF1130
Black with #CF1130
Text Example
Text Example
White with #CF1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1130; }
p { color: rgb(207,17,48); }
H1.HeaderClassName
{
color: #CF1130;
}
.AnyTagClassName
{
color: #CF1130;
}
</style>
background-color css
<style>
a { background-color: #CF1130; }
a { background-color: rgb(207,17,48); }
div.DivClassName
{
background-color: #CF1130;
}
.BgClassName
{
background-color: #CF1130;
}
</style>
border-color css
<style>
span { border-color: #CF1130; }
span { border-color: rgb(207,17,48); }
td.TdClassName
{
border-color: #CF1130;
}
.TagClassName
{
border-color: #CF1130;
}
</style>