Shades of Cardinal #CE1F46
Tints of Cardinal #CE1F46
RGB
CMYK
RGB Variations
Color information
#CE1F46 (or 0xCE1F46) is known color: Cardinal. HEX triplet: CE, 1F and 46. RGB value is (206,31,70). Sum of RGB (Red+Green+Blue) = 206+31+70=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F46 is #31E0B9. Grayscale: #575757. Windows color (decimal): -3268794 or 4595662. OLE color: 4595662.
HSL color Cylindrical-coordinate representation of color #CE1F46: hue angle of 346.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F46 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 70 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.19 |
| HSL | 346.63º | 0.74% | 0.46% | - |
| HSV(B) | 346.63º | 0.85% | 0.81% | - |
| XYZ | 27.05 | 14.54 | 7.18 | - |
| YUV | 87.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 70 | 0 | 0.85 | 0.66 | 0.19 | 346.63 | 0.74 | 0.46 |
| Hex | CE | 1F | 46 | 0 | 55 | 42 | 13 | 15B | 4A | 2E |
| Octal | 316 | 37 | 106 | 0 | 125 | 102 | 23 | 533 | 112 | 56 |
| Binary | 11001110 | 11111 | 1000110 | 0 | 1010101 | 1000010 | 10011 | 101011011 | 1001010 | 101110 |
Color Harmonies of #CE1F46
Complementary color
Monochromatic Colors of #CE1F46
Black with #CE1F46
Text Example
Text Example
White with #CE1F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F46; }
p { color: rgb(206,31,70); }
H1.HeaderClassName
{
color: #CE1F46;
}
.AnyTagClassName
{
color: #CE1F46;
}
</style>
background-color css
<style>
a { background-color: #CE1F46; }
a { background-color: rgb(206,31,70); }
div.DivClassName
{
background-color: #CE1F46;
}
.BgClassName
{
background-color: #CE1F46;
}
</style>
border-color css
<style>
span { border-color: #CE1F46; }
span { border-color: rgb(206,31,70); }
td.TdClassName
{
border-color: #CE1F46;
}
.TagClassName
{
border-color: #CE1F46;
}
</style>