Shades of Crimson #CF053A
Tints of Crimson #CF053A
RGB
CMYK
RGB Variations
Color information
#CF053A (or 0xCF053A) is known color: Crimson. HEX triplet: CF, 05 and 3A. RGB value is (207,5,58). Sum of RGB (Red+Green+Blue) = 207+5+58=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053A is #30FAC5. Grayscale: #474747. Windows color (decimal): -3209926 or 3802575. OLE color: 3802575.
HSL color Cylindrical-coordinate representation of color #CF053A: hue angle of 344.26º 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 #CF053A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.19 |
| HSL | 344.26º | 0.95% | 0.42% | - |
| HSV(B) | 344.26º | 0.98% | 0.81% | - |
| XYZ | 26.55 | 13.68 | 5.24 | - |
| YUV | 71.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 58 | 0 | 0.98 | 0.72 | 0.19 | 344.26 | 0.95 | 0.42 |
| Hex | CF | 5 | 3A | 0 | 62 | 48 | 13 | 158 | 5F | 2A |
| Octal | 317 | 5 | 72 | 0 | 142 | 110 | 23 | 530 | 137 | 52 |
| Binary | 11001111 | 101 | 111010 | 0 | 1100010 | 1001000 | 10011 | 101011000 | 1011111 | 101010 |
Color Harmonies of #CF053A
Complementary color
Monochromatic Colors of #CF053A
Black with #CF053A
Text Example
Text Example
White with #CF053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053A; }
p { color: rgb(207,5,58); }
H1.HeaderClassName
{
color: #CF053A;
}
.AnyTagClassName
{
color: #CF053A;
}
</style>
background-color css
<style>
a { background-color: #CF053A; }
a { background-color: rgb(207,5,58); }
div.DivClassName
{
background-color: #CF053A;
}
.BgClassName
{
background-color: #CF053A;
}
</style>
border-color css
<style>
span { border-color: #CF053A; }
span { border-color: rgb(207,5,58); }
td.TdClassName
{
border-color: #CF053A;
}
.TagClassName
{
border-color: #CF053A;
}
</style>