Shades of Crimson #CF133E
Tints of Crimson #CF133E
RGB
CMYK
RGB Variations
Color information
#CF133E (or 0xCF133E) is known color: Crimson. HEX triplet: CF, 13 and 3E. RGB value is (207,19,62). Sum of RGB (Red+Green+Blue) = 207+19+62=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133E is #30ECC1. Grayscale: #505050. Windows color (decimal): -3206338 or 4068303. OLE color: 4068303.
HSL color Cylindrical-coordinate representation of color #CF133E: hue angle of 346.28º 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 #CF133E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 346.28º | 0.83% | 0.44% | - |
| HSV(B) | 346.28º | 0.91% | 0.81% | - |
| XYZ | 26.83 | 14.08 | 5.86 | - |
| YUV | 80.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 62 | 0 | 0.91 | 0.70 | 0.19 | 346.28 | 0.83 | 0.44 |
| Hex | CF | 13 | 3E | 0 | 5B | 46 | 13 | 15A | 53 | 2C |
| Octal | 317 | 23 | 76 | 0 | 133 | 106 | 23 | 532 | 123 | 54 |
| Binary | 11001111 | 10011 | 111110 | 0 | 1011011 | 1000110 | 10011 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CF133E
Complementary color
Monochromatic Colors of #CF133E
Black with #CF133E
Text Example
Text Example
White with #CF133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF133E; }
p { color: rgb(207,19,62); }
H1.HeaderClassName
{
color: #CF133E;
}
.AnyTagClassName
{
color: #CF133E;
}
</style>
background-color css
<style>
a { background-color: #CF133E; }
a { background-color: rgb(207,19,62); }
div.DivClassName
{
background-color: #CF133E;
}
.BgClassName
{
background-color: #CF133E;
}
</style>
border-color css
<style>
span { border-color: #CF133E; }
span { border-color: rgb(207,19,62); }
td.TdClassName
{
border-color: #CF133E;
}
.TagClassName
{
border-color: #CF133E;
}
</style>