Shades of Cardinal #CF253A
Tints of Cardinal #CF253A
RGB
CMYK
RGB Variations
Color information
#CF253A (or 0xCF253A) is known color: Cardinal. HEX triplet: CF, 25 and 3A. RGB value is (207,37,58). Sum of RGB (Red+Green+Blue) = 207+37+58=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF253A is #30DAC5. Grayscale: #5A5A5A. Windows color (decimal): -3201734 or 3810767. OLE color: 3810767.
HSL color Cylindrical-coordinate representation of color #CF253A: hue angle of 352.59º 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 #CF253A is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 58 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.19 |
| HSL | 352.59º | 0.7% | 0.48% | - |
| HSV(B) | 352.59º | 0.82% | 0.81% | - |
| XYZ | 27.16 | 14.89 | 5.45 | - |
| YUV | 90.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 58 | 0 | 0.82 | 0.72 | 0.19 | 352.59 | 0.7 | 0.48 |
| Hex | CF | 25 | 3A | 0 | 52 | 48 | 13 | 161 | 46 | 30 |
| Octal | 317 | 45 | 72 | 0 | 122 | 110 | 23 | 541 | 106 | 60 |
| Binary | 11001111 | 100101 | 111010 | 0 | 1010010 | 1001000 | 10011 | 101100001 | 1000110 | 110000 |
Color Harmonies of #CF253A
Complementary color
Monochromatic Colors of #CF253A
Black with #CF253A
Text Example
Text Example
White with #CF253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF253A; }
p { color: rgb(207,37,58); }
H1.HeaderClassName
{
color: #CF253A;
}
.AnyTagClassName
{
color: #CF253A;
}
</style>
background-color css
<style>
a { background-color: #CF253A; }
a { background-color: rgb(207,37,58); }
div.DivClassName
{
background-color: #CF253A;
}
.BgClassName
{
background-color: #CF253A;
}
</style>
border-color css
<style>
span { border-color: #CF253A; }
span { border-color: rgb(207,37,58); }
td.TdClassName
{
border-color: #CF253A;
}
.TagClassName
{
border-color: #CF253A;
}
</style>