Shades of Cardinal #CF2539
Tints of Cardinal #CF2539
RGB
CMYK
RGB Variations
Color information
#CF2539 (or 0xCF2539) is known color: Cardinal. HEX triplet: CF, 25 and 39. RGB value is (207,37,57). Sum of RGB (Red+Green+Blue) = 207+37+57=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2539 is #30DAC6. Grayscale: #5A5A5A. Windows color (decimal): -3201735 or 3745231. OLE color: 3745231.
HSL color Cylindrical-coordinate representation of color #CF2539: hue angle of 352.94º degrees, saturation: 0.7, 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 #CF2539 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 57 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.19 |
| HSL | 352.94º | 0.7% | 0.48% | - |
| HSV(B) | 352.94º | 0.82% | 0.81% | - |
| XYZ | 27.13 | 14.88 | 5.31 | - |
| YUV | 90.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 57 | 0 | 0.82 | 0.72 | 0.19 | 352.94 | 0.7 | 0.48 |
| Hex | CF | 25 | 39 | 0 | 52 | 48 | 13 | 161 | 46 | 30 |
| Octal | 317 | 45 | 71 | 0 | 122 | 110 | 23 | 541 | 106 | 60 |
| Binary | 11001111 | 100101 | 111001 | 0 | 1010010 | 1001000 | 10011 | 101100001 | 1000110 | 110000 |
Color Harmonies of #CF2539
Complementary color
Monochromatic Colors of #CF2539
Black with #CF2539
Text Example
Text Example
White with #CF2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2539; }
p { color: rgb(207,37,57); }
H1.HeaderClassName
{
color: #CF2539;
}
.AnyTagClassName
{
color: #CF2539;
}
</style>
background-color css
<style>
a { background-color: #CF2539; }
a { background-color: rgb(207,37,57); }
div.DivClassName
{
background-color: #CF2539;
}
.BgClassName
{
background-color: #CF2539;
}
</style>
border-color css
<style>
span { border-color: #CF2539; }
span { border-color: rgb(207,37,57); }
td.TdClassName
{
border-color: #CF2539;
}
.TagClassName
{
border-color: #CF2539;
}
</style>