Shades of Cardinal #CF253B
Tints of Cardinal #CF253B
RGB
CMYK
RGB Variations
Color information
#CF253B (or 0xCF253B) is known color: Cardinal. HEX triplet: CF, 25 and 3B. RGB value is (207,37,59). Sum of RGB (Red+Green+Blue) = 207+37+59=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF253B is #30DAC4. Grayscale: #5A5A5A. Windows color (decimal): -3201733 or 3876303. OLE color: 3876303.
HSL color Cylindrical-coordinate representation of color #CF253B: hue angle of 352.24º 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 #CF253B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 59 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.19 |
| HSL | 352.24º | 0.7% | 0.48% | - |
| HSV(B) | 352.24º | 0.82% | 0.81% | - |
| XYZ | 27.18 | 14.9 | 5.58 | - |
| YUV | 90.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 59 | 0 | 0.82 | 0.71 | 0.19 | 352.24 | 0.7 | 0.48 |
| Hex | CF | 25 | 3B | 0 | 52 | 47 | 13 | 160 | 46 | 30 |
| Octal | 317 | 45 | 73 | 0 | 122 | 107 | 23 | 540 | 106 | 60 |
| Binary | 11001111 | 100101 | 111011 | 0 | 1010010 | 1000111 | 10011 | 101100000 | 1000110 | 110000 |
Color Harmonies of #CF253B
Complementary color
Monochromatic Colors of #CF253B
Black with #CF253B
Text Example
Text Example
White with #CF253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF253B; }
p { color: rgb(207,37,59); }
H1.HeaderClassName
{
color: #CF253B;
}
.AnyTagClassName
{
color: #CF253B;
}
</style>
background-color css
<style>
a { background-color: #CF253B; }
a { background-color: rgb(207,37,59); }
div.DivClassName
{
background-color: #CF253B;
}
.BgClassName
{
background-color: #CF253B;
}
</style>
border-color css
<style>
span { border-color: #CF253B; }
span { border-color: rgb(207,37,59); }
td.TdClassName
{
border-color: #CF253B;
}
.TagClassName
{
border-color: #CF253B;
}
</style>