Shades of Cardinal #CF1F43
Tints of Cardinal #CF1F43
RGB
CMYK
RGB Variations
Color information
#CF1F43 (or 0xCF1F43) is known color: Cardinal. HEX triplet: CF, 1F and 43. RGB value is (207,31,67). Sum of RGB (Red+Green+Blue) = 207+31+67=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F43 is #30E0BC. Grayscale: #575757. Windows color (decimal): -3203261 or 4399055. OLE color: 4399055.
HSL color Cylindrical-coordinate representation of color #CF1F43: hue angle of 347.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F43 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 67 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.19 |
| HSL | 347.73º | 0.74% | 0.47% | - |
| HSV(B) | 347.73º | 0.85% | 0.81% | - |
| XYZ | 27.24 | 14.65 | 6.7 | - |
| YUV | 87.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 67 | 0 | 0.85 | 0.68 | 0.19 | 347.73 | 0.74 | 0.47 |
| Hex | CF | 1F | 43 | 0 | 55 | 44 | 13 | 15C | 4A | 2F |
| Octal | 317 | 37 | 103 | 0 | 125 | 104 | 23 | 534 | 112 | 57 |
| Binary | 11001111 | 11111 | 1000011 | 0 | 1010101 | 1000100 | 10011 | 101011100 | 1001010 | 101111 |
Color Harmonies of #CF1F43
Complementary color
Monochromatic Colors of #CF1F43
Black with #CF1F43
Text Example
Text Example
White with #CF1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F43; }
p { color: rgb(207,31,67); }
H1.HeaderClassName
{
color: #CF1F43;
}
.AnyTagClassName
{
color: #CF1F43;
}
</style>
background-color css
<style>
a { background-color: #CF1F43; }
a { background-color: rgb(207,31,67); }
div.DivClassName
{
background-color: #CF1F43;
}
.BgClassName
{
background-color: #CF1F43;
}
</style>
border-color css
<style>
span { border-color: #CF1F43; }
span { border-color: rgb(207,31,67); }
td.TdClassName
{
border-color: #CF1F43;
}
.TagClassName
{
border-color: #CF1F43;
}
</style>