Shades of Cardinal #CF1834
Tints of Cardinal #CF1834
RGB
CMYK
RGB Variations
Color information
#CF1834 (or 0xCF1834) is known color: Cardinal. HEX triplet: CF, 18 and 34. RGB value is (207,24,52). Sum of RGB (Red+Green+Blue) = 207+24+52=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1834 is #30E7CB. Grayscale: #515151. Windows color (decimal): -3205068 or 3414223. OLE color: 3414223.
HSL color Cylindrical-coordinate representation of color #CF1834: hue angle of 350.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1834 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 52 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.19 |
| HSL | 350.82º | 0.79% | 0.45% | - |
| HSV(B) | 350.82º | 0.88% | 0.81% | - |
| XYZ | 26.68 | 14.17 | 4.58 | - |
| YUV | 81.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 52 | 0 | 0.88 | 0.75 | 0.19 | 350.82 | 0.79 | 0.45 |
| Hex | CF | 18 | 34 | 0 | 58 | 4B | 13 | 15F | 4F | 2D |
| Octal | 317 | 30 | 64 | 0 | 130 | 113 | 23 | 537 | 117 | 55 |
| Binary | 11001111 | 11000 | 110100 | 0 | 1011000 | 1001011 | 10011 | 101011111 | 1001111 | 101101 |
Color Harmonies of #CF1834
Complementary color
Monochromatic Colors of #CF1834
Black with #CF1834
Text Example
Text Example
White with #CF1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1834; }
p { color: rgb(207,24,52); }
H1.HeaderClassName
{
color: #CF1834;
}
.AnyTagClassName
{
color: #CF1834;
}
</style>
background-color css
<style>
a { background-color: #CF1834; }
a { background-color: rgb(207,24,52); }
div.DivClassName
{
background-color: #CF1834;
}
.BgClassName
{
background-color: #CF1834;
}
</style>
border-color css
<style>
span { border-color: #CF1834; }
span { border-color: rgb(207,24,52); }
td.TdClassName
{
border-color: #CF1834;
}
.TagClassName
{
border-color: #CF1834;
}
</style>