Shades of Crimson #CF053B
Tints of Crimson #CF053B
RGB
CMYK
RGB Variations
Color information
#CF053B (or 0xCF053B) is known color: Crimson. HEX triplet: CF, 05 and 3B. RGB value is (207,5,59). Sum of RGB (Red+Green+Blue) = 207+5+59=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053B is #30FAC4. Grayscale: #474747. Windows color (decimal): -3209925 or 3868111. OLE color: 3868111.
HSL color Cylindrical-coordinate representation of color #CF053B: hue angle of 343.96º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF053B is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.19 |
| HSL | 343.96º | 0.95% | 0.42% | - |
| HSV(B) | 343.96º | 0.98% | 0.81% | - |
| XYZ | 26.58 | 13.69 | 5.38 | - |
| YUV | 71.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 59 | 0 | 0.98 | 0.71 | 0.19 | 343.96 | 0.95 | 0.42 |
| Hex | CF | 5 | 3B | 0 | 62 | 47 | 13 | 158 | 5F | 2A |
| Octal | 317 | 5 | 73 | 0 | 142 | 107 | 23 | 530 | 137 | 52 |
| Binary | 11001111 | 101 | 111011 | 0 | 1100010 | 1000111 | 10011 | 101011000 | 1011111 | 101010 |
Color Harmonies of #CF053B
Complementary color
Monochromatic Colors of #CF053B
Black with #CF053B
Text Example
Text Example
White with #CF053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053B; }
p { color: rgb(207,5,59); }
H1.HeaderClassName
{
color: #CF053B;
}
.AnyTagClassName
{
color: #CF053B;
}
</style>
background-color css
<style>
a { background-color: #CF053B; }
a { background-color: rgb(207,5,59); }
div.DivClassName
{
background-color: #CF053B;
}
.BgClassName
{
background-color: #CF053B;
}
</style>
border-color css
<style>
span { border-color: #CF053B; }
span { border-color: rgb(207,5,59); }
td.TdClassName
{
border-color: #CF053B;
}
.TagClassName
{
border-color: #CF053B;
}
</style>