Shades of Crimson #CF053C
Tints of Crimson #CF053C
RGB
CMYK
RGB Variations
Color information
#CF053C (or 0xCF053C) is known color: Crimson. HEX triplet: CF, 05 and 3C. RGB value is (207,5,60). Sum of RGB (Red+Green+Blue) = 207+5+60=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053C is #30FAC3. Grayscale: #474747. Windows color (decimal): -3209924 or 3933647. OLE color: 3933647.
HSL color Cylindrical-coordinate representation of color #CF053C: hue angle of 343.66º 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 #CF053C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.19 |
| HSL | 343.66º | 0.95% | 0.42% | - |
| HSV(B) | 343.66º | 0.98% | 0.81% | - |
| XYZ | 26.6 | 13.7 | 5.52 | - |
| YUV | 71.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 60 | 0 | 0.98 | 0.71 | 0.19 | 343.66 | 0.95 | 0.42 |
| Hex | CF | 5 | 3C | 0 | 62 | 47 | 13 | 158 | 5F | 2A |
| Octal | 317 | 5 | 74 | 0 | 142 | 107 | 23 | 530 | 137 | 52 |
| Binary | 11001111 | 101 | 111100 | 0 | 1100010 | 1000111 | 10011 | 101011000 | 1011111 | 101010 |
Color Harmonies of #CF053C
Complementary color
Monochromatic Colors of #CF053C
Black with #CF053C
Text Example
Text Example
White with #CF053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053C; }
p { color: rgb(207,5,60); }
H1.HeaderClassName
{
color: #CF053C;
}
.AnyTagClassName
{
color: #CF053C;
}
</style>
background-color css
<style>
a { background-color: #CF053C; }
a { background-color: rgb(207,5,60); }
div.DivClassName
{
background-color: #CF053C;
}
.BgClassName
{
background-color: #CF053C;
}
</style>
border-color css
<style>
span { border-color: #CF053C; }
span { border-color: rgb(207,5,60); }
td.TdClassName
{
border-color: #CF053C;
}
.TagClassName
{
border-color: #CF053C;
}
</style>