Shades of Crimson #CF0F34
Tints of Crimson #CF0F34
RGB
CMYK
RGB Variations
Color information
#CF0F34 (or 0xCF0F34) is known color: Crimson. HEX triplet: CF, 0F and 34. RGB value is (207,15,52). Sum of RGB (Red+Green+Blue) = 207+15+52=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F34 is #30F0CB. Grayscale: #4C4C4C. Windows color (decimal): -3207372 or 3411919. OLE color: 3411919.
HSL color Cylindrical-coordinate representation of color #CF0F34: hue angle of 348.44º 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 #CF0F34 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 52 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.19 |
| HSL | 348.44º | 0.86% | 0.44% | - |
| HSV(B) | 348.44º | 0.93% | 0.81% | - |
| XYZ | 26.52 | 13.85 | 4.53 | - |
| YUV | 76.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 52 | 0 | 0.93 | 0.75 | 0.19 | 348.44 | 0.86 | 0.44 |
| Hex | CF | F | 34 | 0 | 5D | 4B | 13 | 15C | 56 | 2C |
| Octal | 317 | 17 | 64 | 0 | 135 | 113 | 23 | 534 | 126 | 54 |
| Binary | 11001111 | 1111 | 110100 | 0 | 1011101 | 1001011 | 10011 | 101011100 | 1010110 | 101100 |
Color Harmonies of #CF0F34
Complementary color
Monochromatic Colors of #CF0F34
Black with #CF0F34
Text Example
Text Example
White with #CF0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F34; }
p { color: rgb(207,15,52); }
H1.HeaderClassName
{
color: #CF0F34;
}
.AnyTagClassName
{
color: #CF0F34;
}
</style>
background-color css
<style>
a { background-color: #CF0F34; }
a { background-color: rgb(207,15,52); }
div.DivClassName
{
background-color: #CF0F34;
}
.BgClassName
{
background-color: #CF0F34;
}
</style>
border-color css
<style>
span { border-color: #CF0F34; }
span { border-color: rgb(207,15,52); }
td.TdClassName
{
border-color: #CF0F34;
}
.TagClassName
{
border-color: #CF0F34;
}
</style>