Shades of Cardinal #CE1F4A
Tints of Cardinal #CE1F4A
RGB
CMYK
RGB Variations
Color information
#CE1F4A (or 0xCE1F4A) is known color: Cardinal. HEX triplet: CE, 1F and 4A. RGB value is (206,31,74). Sum of RGB (Red+Green+Blue) = 206+31+74=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F4A is #31E0B5. Grayscale: #585858. Windows color (decimal): -3268790 or 4857806. OLE color: 4857806.
HSL color Cylindrical-coordinate representation of color #CE1F4A: hue angle of 345.26º 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 #CE1F4A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 74 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.19 |
| HSL | 345.26º | 0.74% | 0.46% | - |
| HSV(B) | 345.26º | 0.85% | 0.81% | - |
| XYZ | 27.18 | 14.6 | 7.86 | - |
| YUV | 88.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 74 | 0 | 0.85 | 0.64 | 0.19 | 345.26 | 0.74 | 0.46 |
| Hex | CE | 1F | 4A | 0 | 55 | 40 | 13 | 159 | 4A | 2E |
| Octal | 316 | 37 | 112 | 0 | 125 | 100 | 23 | 531 | 112 | 56 |
| Binary | 11001110 | 11111 | 1001010 | 0 | 1010101 | 1000000 | 10011 | 101011001 | 1001010 | 101110 |
Color Harmonies of #CE1F4A
Complementary color
Monochromatic Colors of #CE1F4A
Black with #CE1F4A
Text Example
Text Example
White with #CE1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F4A; }
p { color: rgb(206,31,74); }
H1.HeaderClassName
{
color: #CE1F4A;
}
.AnyTagClassName
{
color: #CE1F4A;
}
</style>
background-color css
<style>
a { background-color: #CE1F4A; }
a { background-color: rgb(206,31,74); }
div.DivClassName
{
background-color: #CE1F4A;
}
.BgClassName
{
background-color: #CE1F4A;
}
</style>
border-color css
<style>
span { border-color: #CE1F4A; }
span { border-color: rgb(206,31,74); }
td.TdClassName
{
border-color: #CE1F4A;
}
.TagClassName
{
border-color: #CE1F4A;
}
</style>