Shades of Crimson #CF0333
Tints of Crimson #CF0333
RGB
CMYK
RGB Variations
Color information
#CF0333 (or 0xCF0333) is known color: Crimson. HEX triplet: CF, 03 and 33. RGB value is (207,3,51). Sum of RGB (Red+Green+Blue) = 207+3+51=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0333 is #30FCCC. Grayscale: #454545. Windows color (decimal): -3210445 or 3343311. OLE color: 3343311.
HSL color Cylindrical-coordinate representation of color #CF0333: hue angle of 345.88º 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 #CF0333 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.19 |
| HSL | 345.88º | 0.97% | 0.41% | - |
| HSV(B) | 345.88º | 0.99% | 0.81% | - |
| XYZ | 26.36 | 13.57 | 4.36 | - |
| YUV | 69.47 | 117.59 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 51 | 0 | 0.99 | 0.75 | 0.19 | 345.88 | 0.97 | 0.41 |
| Hex | CF | 3 | 33 | 0 | 63 | 4B | 13 | 15A | 61 | 29 |
| Octal | 317 | 3 | 63 | 0 | 143 | 113 | 23 | 532 | 141 | 51 |
| Binary | 11001111 | 11 | 110011 | 0 | 1100011 | 1001011 | 10011 | 101011010 | 1100001 | 101001 |
Color Harmonies of #CF0333
Complementary color
Monochromatic Colors of #CF0333
Black with #CF0333
Text Example
Text Example
White with #CF0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0333; }
p { color: rgb(207,3,51); }
H1.HeaderClassName
{
color: #CF0333;
}
.AnyTagClassName
{
color: #CF0333;
}
</style>
background-color css
<style>
a { background-color: #CF0333; }
a { background-color: rgb(207,3,51); }
div.DivClassName
{
background-color: #CF0333;
}
.BgClassName
{
background-color: #CF0333;
}
</style>
border-color css
<style>
span { border-color: #CF0333; }
span { border-color: rgb(207,3,51); }
td.TdClassName
{
border-color: #CF0333;
}
.TagClassName
{
border-color: #CF0333;
}
</style>