Shades of Crimson #CF0F3A
Tints of Crimson #CF0F3A
RGB
CMYK
RGB Variations
Color information
#CF0F3A (or 0xCF0F3A) is known color: Crimson. HEX triplet: CF, 0F and 3A. RGB value is (207,15,58). Sum of RGB (Red+Green+Blue) = 207+15+58=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F3A is #30F0C5. Grayscale: #4D4D4D. Windows color (decimal): -3207366 or 3805135. OLE color: 3805135.
HSL color Cylindrical-coordinate representation of color #CF0F3A: hue angle of 346.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F3A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 58 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.19 |
| HSL | 346.56º | 0.86% | 0.44% | - |
| HSV(B) | 346.56º | 0.93% | 0.81% | - |
| XYZ | 26.67 | 13.91 | 5.28 | - |
| YUV | 77.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 58 | 0 | 0.93 | 0.72 | 0.19 | 346.56 | 0.86 | 0.44 |
| Hex | CF | F | 3A | 0 | 5D | 48 | 13 | 15B | 56 | 2C |
| Octal | 317 | 17 | 72 | 0 | 135 | 110 | 23 | 533 | 126 | 54 |
| Binary | 11001111 | 1111 | 111010 | 0 | 1011101 | 1001000 | 10011 | 101011011 | 1010110 | 101100 |
Color Harmonies of #CF0F3A
Complementary color
Monochromatic Colors of #CF0F3A
Black with #CF0F3A
Text Example
Text Example
White with #CF0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F3A; }
p { color: rgb(207,15,58); }
H1.HeaderClassName
{
color: #CF0F3A;
}
.AnyTagClassName
{
color: #CF0F3A;
}
</style>
background-color css
<style>
a { background-color: #CF0F3A; }
a { background-color: rgb(207,15,58); }
div.DivClassName
{
background-color: #CF0F3A;
}
.BgClassName
{
background-color: #CF0F3A;
}
</style>
border-color css
<style>
span { border-color: #CF0F3A; }
span { border-color: rgb(207,15,58); }
td.TdClassName
{
border-color: #CF0F3A;
}
.TagClassName
{
border-color: #CF0F3A;
}
</style>