Shades of Crimson #CF0532
Tints of Crimson #CF0532
RGB
CMYK
RGB Variations
Color information
#CF0532 (or 0xCF0532) is known color: Crimson. HEX triplet: CF, 05 and 32. RGB value is (207,5,50). Sum of RGB (Red+Green+Blue) = 207+5+50=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0532 is #30FACD. Grayscale: #464646. Windows color (decimal): -3209934 or 3278287. OLE color: 3278287.
HSL color Cylindrical-coordinate representation of color #CF0532: hue angle of 346.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0532 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.19 |
| HSL | 346.63º | 0.95% | 0.42% | - |
| HSV(B) | 346.63º | 0.98% | 0.81% | - |
| XYZ | 26.36 | 13.6 | 4.25 | - |
| YUV | 70.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 50 | 0 | 0.98 | 0.76 | 0.19 | 346.63 | 0.95 | 0.42 |
| Hex | CF | 5 | 32 | 0 | 62 | 4C | 13 | 15B | 5F | 2A |
| Octal | 317 | 5 | 62 | 0 | 142 | 114 | 23 | 533 | 137 | 52 |
| Binary | 11001111 | 101 | 110010 | 0 | 1100010 | 1001100 | 10011 | 101011011 | 1011111 | 101010 |
Color Harmonies of #CF0532
Complementary color
Monochromatic Colors of #CF0532
Black with #CF0532
Text Example
Text Example
White with #CF0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0532; }
p { color: rgb(207,5,50); }
H1.HeaderClassName
{
color: #CF0532;
}
.AnyTagClassName
{
color: #CF0532;
}
</style>
background-color css
<style>
a { background-color: #CF0532; }
a { background-color: rgb(207,5,50); }
div.DivClassName
{
background-color: #CF0532;
}
.BgClassName
{
background-color: #CF0532;
}
</style>
border-color css
<style>
span { border-color: #CF0532; }
span { border-color: rgb(207,5,50); }
td.TdClassName
{
border-color: #CF0532;
}
.TagClassName
{
border-color: #CF0532;
}
</style>