Shades of Cardinal #CF233D
Tints of Cardinal #CF233D
RGB
CMYK
RGB Variations
Color information
#CF233D (or 0xCF233D) is known color: Cardinal. HEX triplet: CF, 23 and 3D. RGB value is (207,35,61). Sum of RGB (Red+Green+Blue) = 207+35+61=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF233D is #30DCC2. Grayscale: #595959. Windows color (decimal): -3202243 or 4006863. OLE color: 4006863.
HSL color Cylindrical-coordinate representation of color #CF233D: hue angle of 350.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF233D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.19 |
| HSL | 350.93º | 0.71% | 0.47% | - |
| HSV(B) | 350.93º | 0.83% | 0.81% | - |
| XYZ | 27.18 | 14.8 | 5.84 | - |
| YUV | 89.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 61 | 0 | 0.83 | 0.71 | 0.19 | 350.93 | 0.71 | 0.47 |
| Hex | CF | 23 | 3D | 0 | 53 | 47 | 13 | 15F | 47 | 2F |
| Octal | 317 | 43 | 75 | 0 | 123 | 107 | 23 | 537 | 107 | 57 |
| Binary | 11001111 | 100011 | 111101 | 0 | 1010011 | 1000111 | 10011 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CF233D
Complementary color
Monochromatic Colors of #CF233D
Black with #CF233D
Text Example
Text Example
White with #CF233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF233D; }
p { color: rgb(207,35,61); }
H1.HeaderClassName
{
color: #CF233D;
}
.AnyTagClassName
{
color: #CF233D;
}
</style>
background-color css
<style>
a { background-color: #CF233D; }
a { background-color: rgb(207,35,61); }
div.DivClassName
{
background-color: #CF233D;
}
.BgClassName
{
background-color: #CF233D;
}
</style>
border-color css
<style>
span { border-color: #CF233D; }
span { border-color: rgb(207,35,61); }
td.TdClassName
{
border-color: #CF233D;
}
.TagClassName
{
border-color: #CF233D;
}
</style>