Shades of Crimson #CF0A47
Tints of Crimson #CF0A47
RGB
CMYK
RGB Variations
Color information
#CF0A47 (or 0xCF0A47) is known color: Crimson. HEX triplet: CF, 0A and 47. RGB value is (207,10,71). Sum of RGB (Red+Green+Blue) = 207+10+71=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A47 is #30F5B8. Grayscale: #4B4B4B. Windows color (decimal): -3208633 or 4655823. OLE color: 4655823.
HSL color Cylindrical-coordinate representation of color #CF0A47: hue angle of 341.42º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.19 |
| HSL | 341.42º | 0.91% | 0.43% | - |
| HSV(B) | 341.42º | 0.95% | 0.81% | - |
| XYZ | 26.98 | 13.94 | 7.23 | - |
| YUV | 75.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 71 | 0 | 0.95 | 0.66 | 0.19 | 341.42 | 0.91 | 0.43 |
| Hex | CF | A | 47 | 0 | 5F | 42 | 13 | 155 | 5B | 2B |
| Octal | 317 | 12 | 107 | 0 | 137 | 102 | 23 | 525 | 133 | 53 |
| Binary | 11001111 | 1010 | 1000111 | 0 | 1011111 | 1000010 | 10011 | 101010101 | 1011011 | 101011 |
Color Harmonies of #CF0A47
Complementary color
Monochromatic Colors of #CF0A47
Black with #CF0A47
Text Example
Text Example
White with #CF0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A47; }
p { color: rgb(207,10,71); }
H1.HeaderClassName
{
color: #CF0A47;
}
.AnyTagClassName
{
color: #CF0A47;
}
</style>
background-color css
<style>
a { background-color: #CF0A47; }
a { background-color: rgb(207,10,71); }
div.DivClassName
{
background-color: #CF0A47;
}
.BgClassName
{
background-color: #CF0A47;
}
</style>
border-color css
<style>
span { border-color: #CF0A47; }
span { border-color: rgb(207,10,71); }
td.TdClassName
{
border-color: #CF0A47;
}
.TagClassName
{
border-color: #CF0A47;
}
</style>