Shades of Crimson #CF133F
Tints of Crimson #CF133F
RGB
CMYK
RGB Variations
Color information
#CF133F (or 0xCF133F) is known color: Crimson. HEX triplet: CF, 13 and 3F. RGB value is (207,19,63). Sum of RGB (Red+Green+Blue) = 207+19+63=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133F is #30ECC0. Grayscale: #505050. Windows color (decimal): -3206337 or 4133839. OLE color: 4133839.
HSL color Cylindrical-coordinate representation of color #CF133F: hue angle of 345.96º 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 #CF133F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 345.96º | 0.83% | 0.44% | - |
| HSV(B) | 345.96º | 0.91% | 0.81% | - |
| XYZ | 26.86 | 14.09 | 6.01 | - |
| YUV | 80.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 63 | 0 | 0.91 | 0.70 | 0.19 | 345.96 | 0.83 | 0.44 |
| Hex | CF | 13 | 3F | 0 | 5B | 46 | 13 | 15A | 53 | 2C |
| Octal | 317 | 23 | 77 | 0 | 133 | 106 | 23 | 532 | 123 | 54 |
| Binary | 11001111 | 10011 | 111111 | 0 | 1011011 | 1000110 | 10011 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CF133F
Complementary color
Monochromatic Colors of #CF133F
Black with #CF133F
Text Example
Text Example
White with #CF133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF133F; }
p { color: rgb(207,19,63); }
H1.HeaderClassName
{
color: #CF133F;
}
.AnyTagClassName
{
color: #CF133F;
}
</style>
background-color css
<style>
a { background-color: #CF133F; }
a { background-color: rgb(207,19,63); }
div.DivClassName
{
background-color: #CF133F;
}
.BgClassName
{
background-color: #CF133F;
}
</style>
border-color css
<style>
span { border-color: #CF133F; }
span { border-color: rgb(207,19,63); }
td.TdClassName
{
border-color: #CF133F;
}
.TagClassName
{
border-color: #CF133F;
}
</style>