Shades of Cardinal #CE1F3E
Tints of Cardinal #CE1F3E
RGB
CMYK
RGB Variations
Color information
#CE1F3E (or 0xCE1F3E) is known color: Cardinal. HEX triplet: CE, 1F and 3E. RGB value is (206,31,62). Sum of RGB (Red+Green+Blue) = 206+31+62=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F3E is #31E0C1. Grayscale: #565656. Windows color (decimal): -3268802 or 4071374. OLE color: 4071374.
HSL color Cylindrical-coordinate representation of color #CE1F3E: hue angle of 349.37º 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 #CE1F3E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 62 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.19 |
| HSL | 349.37º | 0.74% | 0.46% | - |
| HSV(B) | 349.37º | 0.85% | 0.81% | - |
| XYZ | 26.81 | 14.45 | 5.93 | - |
| YUV | 86.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 62 | 0 | 0.85 | 0.70 | 0.19 | 349.37 | 0.74 | 0.46 |
| Hex | CE | 1F | 3E | 0 | 55 | 46 | 13 | 15D | 4A | 2E |
| Octal | 316 | 37 | 76 | 0 | 125 | 106 | 23 | 535 | 112 | 56 |
| Binary | 11001110 | 11111 | 111110 | 0 | 1010101 | 1000110 | 10011 | 101011101 | 1001010 | 101110 |
Color Harmonies of #CE1F3E
Complementary color
Monochromatic Colors of #CE1F3E
Black with #CE1F3E
Text Example
Text Example
White with #CE1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F3E; }
p { color: rgb(206,31,62); }
H1.HeaderClassName
{
color: #CE1F3E;
}
.AnyTagClassName
{
color: #CE1F3E;
}
</style>
background-color css
<style>
a { background-color: #CE1F3E; }
a { background-color: rgb(206,31,62); }
div.DivClassName
{
background-color: #CE1F3E;
}
.BgClassName
{
background-color: #CE1F3E;
}
</style>
border-color css
<style>
span { border-color: #CE1F3E; }
span { border-color: rgb(206,31,62); }
td.TdClassName
{
border-color: #CE1F3E;
}
.TagClassName
{
border-color: #CE1F3E;
}
</style>