Shades of Crimson #CF0431
Tints of Crimson #CF0431
RGB
CMYK
RGB Variations
Color information
#CF0431 (or 0xCF0431) is known color: Crimson. HEX triplet: CF, 04 and 31. RGB value is (207,4,49). Sum of RGB (Red+Green+Blue) = 207+4+49=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0431 is #30FBCE. Grayscale: #454545. Windows color (decimal): -3210191 or 3212495. OLE color: 3212495.
HSL color Cylindrical-coordinate representation of color #CF0431: hue angle of 346.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0431 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.19 |
| HSL | 346.7º | 0.96% | 0.41% | - |
| HSV(B) | 346.7º | 0.98% | 0.81% | - |
| XYZ | 26.33 | 13.57 | 4.14 | - |
| YUV | 69.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 49 | 0 | 0.98 | 0.76 | 0.19 | 346.7 | 0.96 | 0.41 |
| Hex | CF | 4 | 31 | 0 | 62 | 4C | 13 | 15B | 60 | 29 |
| Octal | 317 | 4 | 61 | 0 | 142 | 114 | 23 | 533 | 140 | 51 |
| Binary | 11001111 | 100 | 110001 | 0 | 1100010 | 1001100 | 10011 | 101011011 | 1100000 | 101001 |
Color Harmonies of #CF0431
Complementary color
Monochromatic Colors of #CF0431
Black with #CF0431
Text Example
Text Example
White with #CF0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0431; }
p { color: rgb(207,4,49); }
H1.HeaderClassName
{
color: #CF0431;
}
.AnyTagClassName
{
color: #CF0431;
}
</style>
background-color css
<style>
a { background-color: #CF0431; }
a { background-color: rgb(207,4,49); }
div.DivClassName
{
background-color: #CF0431;
}
.BgClassName
{
background-color: #CF0431;
}
</style>
border-color css
<style>
span { border-color: #CF0431; }
span { border-color: rgb(207,4,49); }
td.TdClassName
{
border-color: #CF0431;
}
.TagClassName
{
border-color: #CF0431;
}
</style>