Shades of Crimson #CF0545
Tints of Crimson #CF0545
RGB
CMYK
RGB Variations
Color information
#CF0545 (or 0xCF0545) is known color: Crimson. HEX triplet: CF, 05 and 45. RGB value is (207,5,69). Sum of RGB (Red+Green+Blue) = 207+5+69=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0545 is #30FABA. Grayscale: #484848. Windows color (decimal): -3209915 or 4523471. OLE color: 4523471.
HSL color Cylindrical-coordinate representation of color #CF0545: hue angle of 340.99º 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 #CF0545 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.19 |
| HSL | 340.99º | 0.95% | 0.42% | - |
| HSV(B) | 340.99º | 0.98% | 0.81% | - |
| XYZ | 26.86 | 13.8 | 6.88 | - |
| YUV | 72.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 69 | 0 | 0.98 | 0.67 | 0.19 | 340.99 | 0.95 | 0.42 |
| Hex | CF | 5 | 45 | 0 | 62 | 43 | 13 | 155 | 5F | 2A |
| Octal | 317 | 5 | 105 | 0 | 142 | 103 | 23 | 525 | 137 | 52 |
| Binary | 11001111 | 101 | 1000101 | 0 | 1100010 | 1000011 | 10011 | 101010101 | 1011111 | 101010 |
Color Harmonies of #CF0545
Complementary color
Monochromatic Colors of #CF0545
Black with #CF0545
Text Example
Text Example
White with #CF0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0545; }
p { color: rgb(207,5,69); }
H1.HeaderClassName
{
color: #CF0545;
}
.AnyTagClassName
{
color: #CF0545;
}
</style>
background-color css
<style>
a { background-color: #CF0545; }
a { background-color: rgb(207,5,69); }
div.DivClassName
{
background-color: #CF0545;
}
.BgClassName
{
background-color: #CF0545;
}
</style>
border-color css
<style>
span { border-color: #CF0545; }
span { border-color: rgb(207,5,69); }
td.TdClassName
{
border-color: #CF0545;
}
.TagClassName
{
border-color: #CF0545;
}
</style>