Shades of Crimson #CF0F32
Tints of Crimson #CF0F32
RGB
CMYK
RGB Variations
Color information
#CF0F32 (or 0xCF0F32) is known color: Crimson. HEX triplet: CF, 0F and 32. RGB value is (207,15,50). Sum of RGB (Red+Green+Blue) = 207+15+50=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F32 is #30F0CD. Grayscale: #4C4C4C. Windows color (decimal): -3207374 or 3280847. OLE color: 3280847.
HSL color Cylindrical-coordinate representation of color #CF0F32: hue angle of 349.06º 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 #CF0F32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 50 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.19 |
| HSL | 349.06º | 0.86% | 0.44% | - |
| HSV(B) | 349.06º | 0.93% | 0.81% | - |
| XYZ | 26.48 | 13.84 | 4.29 | - |
| YUV | 76.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 50 | 0 | 0.93 | 0.76 | 0.19 | 349.06 | 0.86 | 0.44 |
| Hex | CF | F | 32 | 0 | 5D | 4C | 13 | 15D | 56 | 2C |
| Octal | 317 | 17 | 62 | 0 | 135 | 114 | 23 | 535 | 126 | 54 |
| Binary | 11001111 | 1111 | 110010 | 0 | 1011101 | 1001100 | 10011 | 101011101 | 1010110 | 101100 |
Color Harmonies of #CF0F32
Complementary color
Monochromatic Colors of #CF0F32
Black with #CF0F32
Text Example
Text Example
White with #CF0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F32; }
p { color: rgb(207,15,50); }
H1.HeaderClassName
{
color: #CF0F32;
}
.AnyTagClassName
{
color: #CF0F32;
}
</style>
background-color css
<style>
a { background-color: #CF0F32; }
a { background-color: rgb(207,15,50); }
div.DivClassName
{
background-color: #CF0F32;
}
.BgClassName
{
background-color: #CF0F32;
}
</style>
border-color css
<style>
span { border-color: #CF0F32; }
span { border-color: rgb(207,15,50); }
td.TdClassName
{
border-color: #CF0F32;
}
.TagClassName
{
border-color: #CF0F32;
}
</style>