Shades of Crimson #CF053D
Tints of Crimson #CF053D
RGB
CMYK
RGB Variations
Color information
#CF053D (or 0xCF053D) is known color: Crimson. HEX triplet: CF, 05 and 3D. RGB value is (207,5,61). Sum of RGB (Red+Green+Blue) = 207+5+61=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053D is #30FAC2. Grayscale: #474747. Windows color (decimal): -3209923 or 3999183. OLE color: 3999183.
HSL color Cylindrical-coordinate representation of color #CF053D: hue angle of 343.37º 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 #CF053D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.19 |
| HSL | 343.37º | 0.95% | 0.42% | - |
| HSV(B) | 343.37º | 0.98% | 0.81% | - |
| XYZ | 26.63 | 13.71 | 5.66 | - |
| YUV | 71.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 61 | 0 | 0.98 | 0.71 | 0.19 | 343.37 | 0.95 | 0.42 |
| Hex | CF | 5 | 3D | 0 | 62 | 47 | 13 | 157 | 5F | 2A |
| Octal | 317 | 5 | 75 | 0 | 142 | 107 | 23 | 527 | 137 | 52 |
| Binary | 11001111 | 101 | 111101 | 0 | 1100010 | 1000111 | 10011 | 101010111 | 1011111 | 101010 |
Color Harmonies of #CF053D
Complementary color
Monochromatic Colors of #CF053D
Black with #CF053D
Text Example
Text Example
White with #CF053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053D; }
p { color: rgb(207,5,61); }
H1.HeaderClassName
{
color: #CF053D;
}
.AnyTagClassName
{
color: #CF053D;
}
</style>
background-color css
<style>
a { background-color: #CF053D; }
a { background-color: rgb(207,5,61); }
div.DivClassName
{
background-color: #CF053D;
}
.BgClassName
{
background-color: #CF053D;
}
</style>
border-color css
<style>
span { border-color: #CF053D; }
span { border-color: rgb(207,5,61); }
td.TdClassName
{
border-color: #CF053D;
}
.TagClassName
{
border-color: #CF053D;
}
</style>