Shades of Cardinal #CF2639
Tints of Cardinal #CF2639
RGB
CMYK
RGB Variations
Color information
#CF2639 (or 0xCF2639) is known color: Cardinal. HEX triplet: CF, 26 and 39. RGB value is (207,38,57). Sum of RGB (Red+Green+Blue) = 207+38+57=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2639 is #30D9C6. Grayscale: #5A5A5A. Windows color (decimal): -3201479 or 3745487. OLE color: 3745487.
HSL color Cylindrical-coordinate representation of color #CF2639: hue angle of 353.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2639 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 57 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.19 |
| HSL | 353.25º | 0.69% | 0.48% | - |
| HSV(B) | 353.25º | 0.82% | 0.81% | - |
| XYZ | 27.16 | 14.95 | 5.32 | - |
| YUV | 90.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 57 | 0 | 0.82 | 0.72 | 0.19 | 353.25 | 0.69 | 0.48 |
| Hex | CF | 26 | 39 | 0 | 52 | 48 | 13 | 161 | 45 | 30 |
| Octal | 317 | 46 | 71 | 0 | 122 | 110 | 23 | 541 | 105 | 60 |
| Binary | 11001111 | 100110 | 111001 | 0 | 1010010 | 1001000 | 10011 | 101100001 | 1000101 | 110000 |
Color Harmonies of #CF2639
Complementary color
Monochromatic Colors of #CF2639
Black with #CF2639
Text Example
Text Example
White with #CF2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2639; }
p { color: rgb(207,38,57); }
H1.HeaderClassName
{
color: #CF2639;
}
.AnyTagClassName
{
color: #CF2639;
}
</style>
background-color css
<style>
a { background-color: #CF2639; }
a { background-color: rgb(207,38,57); }
div.DivClassName
{
background-color: #CF2639;
}
.BgClassName
{
background-color: #CF2639;
}
</style>
border-color css
<style>
span { border-color: #CF2639; }
span { border-color: rgb(207,38,57); }
td.TdClassName
{
border-color: #CF2639;
}
.TagClassName
{
border-color: #CF2639;
}
</style>