Shades of Crimson #CF153B
Tints of Crimson #CF153B
RGB
CMYK
RGB Variations
Color information
#CF153B (or 0xCF153B) is known color: Crimson. HEX triplet: CF, 15 and 3B. RGB value is (207,21,59). Sum of RGB (Red+Green+Blue) = 207+21+59=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF153B is #30EAC4. Grayscale: #505050. Windows color (decimal): -3205829 or 3872207. OLE color: 3872207.
HSL color Cylindrical-coordinate representation of color #CF153B: hue angle of 347.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF153B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.19 |
| HSL | 347.74º | 0.82% | 0.45% | - |
| HSV(B) | 347.74º | 0.9% | 0.81% | - |
| XYZ | 26.79 | 14.12 | 5.45 | - |
| YUV | 80.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 59 | 0 | 0.90 | 0.71 | 0.19 | 347.74 | 0.82 | 0.45 |
| Hex | CF | 15 | 3B | 0 | 5A | 47 | 13 | 15C | 52 | 2D |
| Octal | 317 | 25 | 73 | 0 | 132 | 107 | 23 | 534 | 122 | 55 |
| Binary | 11001111 | 10101 | 111011 | 0 | 1011010 | 1000111 | 10011 | 101011100 | 1010010 | 101101 |
Color Harmonies of #CF153B
Complementary color
Monochromatic Colors of #CF153B
Black with #CF153B
Text Example
Text Example
White with #CF153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF153B; }
p { color: rgb(207,21,59); }
H1.HeaderClassName
{
color: #CF153B;
}
.AnyTagClassName
{
color: #CF153B;
}
</style>
background-color css
<style>
a { background-color: #CF153B; }
a { background-color: rgb(207,21,59); }
div.DivClassName
{
background-color: #CF153B;
}
.BgClassName
{
background-color: #CF153B;
}
</style>
border-color css
<style>
span { border-color: #CF153B; }
span { border-color: rgb(207,21,59); }
td.TdClassName
{
border-color: #CF153B;
}
.TagClassName
{
border-color: #CF153B;
}
</style>