Shades of Cardinal #CF2534
Tints of Cardinal #CF2534
RGB
CMYK
RGB Variations
Color information
#CF2534 (or 0xCF2534) is known color: Cardinal. HEX triplet: CF, 25 and 34. RGB value is (207,37,52). Sum of RGB (Red+Green+Blue) = 207+37+52=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2534 is #30DACB. Grayscale: #595959. Windows color (decimal): -3201740 or 3417551. OLE color: 3417551.
HSL color Cylindrical-coordinate representation of color #CF2534: hue angle of 354.71º 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 #CF2534 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 52 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.19 |
| HSL | 354.71º | 0.7% | 0.48% | - |
| HSV(B) | 354.71º | 0.82% | 0.81% | - |
| XYZ | 27.01 | 14.84 | 4.69 | - |
| YUV | 89.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 52 | 0 | 0.82 | 0.75 | 0.19 | 354.71 | 0.7 | 0.48 |
| Hex | CF | 25 | 34 | 0 | 52 | 4B | 13 | 163 | 46 | 30 |
| Octal | 317 | 45 | 64 | 0 | 122 | 113 | 23 | 543 | 106 | 60 |
| Binary | 11001111 | 100101 | 110100 | 0 | 1010010 | 1001011 | 10011 | 101100011 | 1000110 | 110000 |
Color Harmonies of #CF2534
Complementary color
Monochromatic Colors of #CF2534
Black with #CF2534
Text Example
Text Example
White with #CF2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2534; }
p { color: rgb(207,37,52); }
H1.HeaderClassName
{
color: #CF2534;
}
.AnyTagClassName
{
color: #CF2534;
}
</style>
background-color css
<style>
a { background-color: #CF2534; }
a { background-color: rgb(207,37,52); }
div.DivClassName
{
background-color: #CF2534;
}
.BgClassName
{
background-color: #CF2534;
}
</style>
border-color css
<style>
span { border-color: #CF2534; }
span { border-color: rgb(207,37,52); }
td.TdClassName
{
border-color: #CF2534;
}
.TagClassName
{
border-color: #CF2534;
}
</style>