Shades of Crimson #CF053F
Tints of Crimson #CF053F
RGB
CMYK
RGB Variations
Color information
#CF053F (or 0xCF053F) is known color: Crimson. HEX triplet: CF, 05 and 3F. RGB value is (207,5,63). Sum of RGB (Red+Green+Blue) = 207+5+63=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053F is #30FAC0. Grayscale: #474747. Windows color (decimal): -3209921 or 4130255. OLE color: 4130255.
HSL color Cylindrical-coordinate representation of color #CF053F: hue angle of 342.77º 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 #CF053F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.19 |
| HSL | 342.77º | 0.95% | 0.42% | - |
| HSV(B) | 342.77º | 0.98% | 0.81% | - |
| XYZ | 26.68 | 13.73 | 5.95 | - |
| YUV | 72.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 63 | 0 | 0.98 | 0.70 | 0.19 | 342.77 | 0.95 | 0.42 |
| Hex | CF | 5 | 3F | 0 | 62 | 46 | 13 | 157 | 5F | 2A |
| Octal | 317 | 5 | 77 | 0 | 142 | 106 | 23 | 527 | 137 | 52 |
| Binary | 11001111 | 101 | 111111 | 0 | 1100010 | 1000110 | 10011 | 101010111 | 1011111 | 101010 |
Color Harmonies of #CF053F
Complementary color
Monochromatic Colors of #CF053F
Black with #CF053F
Text Example
Text Example
White with #CF053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053F; }
p { color: rgb(207,5,63); }
H1.HeaderClassName
{
color: #CF053F;
}
.AnyTagClassName
{
color: #CF053F;
}
</style>
background-color css
<style>
a { background-color: #CF053F; }
a { background-color: rgb(207,5,63); }
div.DivClassName
{
background-color: #CF053F;
}
.BgClassName
{
background-color: #CF053F;
}
</style>
border-color css
<style>
span { border-color: #CF053F; }
span { border-color: rgb(207,5,63); }
td.TdClassName
{
border-color: #CF053F;
}
.TagClassName
{
border-color: #CF053F;
}
</style>