Shades of Crimson #CF1133
Tints of Crimson #CF1133
RGB
CMYK
RGB Variations
Color information
#CF1133 (or 0xCF1133) is known color: Crimson. HEX triplet: CF, 11 and 33. RGB value is (207,17,51). Sum of RGB (Red+Green+Blue) = 207+17+51=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1133 is #30EECC. Grayscale: #4D4D4D. Windows color (decimal): -3206861 or 3346895. OLE color: 3346895.
HSL color Cylindrical-coordinate representation of color #CF1133: hue angle of 349.26º 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 #CF1133 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 51 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.19 |
| HSL | 349.26º | 0.85% | 0.44% | - |
| HSV(B) | 349.26º | 0.92% | 0.81% | - |
| XYZ | 26.53 | 13.91 | 4.42 | - |
| YUV | 77.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 51 | 0 | 0.92 | 0.75 | 0.19 | 349.26 | 0.85 | 0.44 |
| Hex | CF | 11 | 33 | 0 | 5C | 4B | 13 | 15D | 55 | 2C |
| Octal | 317 | 21 | 63 | 0 | 134 | 113 | 23 | 535 | 125 | 54 |
| Binary | 11001111 | 10001 | 110011 | 0 | 1011100 | 1001011 | 10011 | 101011101 | 1010101 | 101100 |
Color Harmonies of #CF1133
Complementary color
Monochromatic Colors of #CF1133
Black with #CF1133
Text Example
Text Example
White with #CF1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1133; }
p { color: rgb(207,17,51); }
H1.HeaderClassName
{
color: #CF1133;
}
.AnyTagClassName
{
color: #CF1133;
}
</style>
background-color css
<style>
a { background-color: #CF1133; }
a { background-color: rgb(207,17,51); }
div.DivClassName
{
background-color: #CF1133;
}
.BgClassName
{
background-color: #CF1133;
}
</style>
border-color css
<style>
span { border-color: #CF1133; }
span { border-color: rgb(207,17,51); }
td.TdClassName
{
border-color: #CF1133;
}
.TagClassName
{
border-color: #CF1133;
}
</style>