Shades of Crimson #CF0334
Tints of Crimson #CF0334
RGB
CMYK
RGB Variations
Color information
#CF0334 (or 0xCF0334) is known color: Crimson. HEX triplet: CF, 03 and 34. RGB value is (207,3,52). Sum of RGB (Red+Green+Blue) = 207+3+52=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0334 is #30FCCB. Grayscale: #454545. Windows color (decimal): -3210444 or 3408847. OLE color: 3408847.
HSL color Cylindrical-coordinate representation of color #CF0334: hue angle of 345.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0334 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.19 |
| HSL | 345.59º | 0.97% | 0.41% | - |
| HSV(B) | 345.59º | 0.99% | 0.81% | - |
| XYZ | 26.38 | 13.58 | 4.48 | - |
| YUV | 69.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 52 | 0 | 0.99 | 0.75 | 0.19 | 345.59 | 0.97 | 0.41 |
| Hex | CF | 3 | 34 | 0 | 63 | 4B | 13 | 15A | 61 | 29 |
| Octal | 317 | 3 | 64 | 0 | 143 | 113 | 23 | 532 | 141 | 51 |
| Binary | 11001111 | 11 | 110100 | 0 | 1100011 | 1001011 | 10011 | 101011010 | 1100001 | 101001 |
Color Harmonies of #CF0334
Complementary color
Monochromatic Colors of #CF0334
Black with #CF0334
Text Example
Text Example
White with #CF0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0334; }
p { color: rgb(207,3,52); }
H1.HeaderClassName
{
color: #CF0334;
}
.AnyTagClassName
{
color: #CF0334;
}
</style>
background-color css
<style>
a { background-color: #CF0334; }
a { background-color: rgb(207,3,52); }
div.DivClassName
{
background-color: #CF0334;
}
.BgClassName
{
background-color: #CF0334;
}
</style>
border-color css
<style>
span { border-color: #CF0334; }
span { border-color: rgb(207,3,52); }
td.TdClassName
{
border-color: #CF0334;
}
.TagClassName
{
border-color: #CF0334;
}
</style>