Shades of Cardinal #CE1F37
Tints of Cardinal #CE1F37
RGB
CMYK
RGB Variations
Color information
#CE1F37 (or 0xCE1F37) is known color: Cardinal. HEX triplet: CE, 1F and 37. RGB value is (206,31,55). Sum of RGB (Red+Green+Blue) = 206+31+55=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F37 is #31E0C8. Grayscale: #565656. Windows color (decimal): -3268809 or 3612622. OLE color: 3612622.
HSL color Cylindrical-coordinate representation of color #CE1F37: hue angle of 351.77º 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 #CE1F37 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 55 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.19 |
| HSL | 351.77º | 0.74% | 0.46% | - |
| HSV(B) | 351.77º | 0.85% | 0.81% | - |
| XYZ | 26.63 | 14.38 | 4.99 | - |
| YUV | 86.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 55 | 0 | 0.85 | 0.73 | 0.19 | 351.77 | 0.74 | 0.46 |
| Hex | CE | 1F | 37 | 0 | 55 | 49 | 13 | 160 | 4A | 2E |
| Octal | 316 | 37 | 67 | 0 | 125 | 111 | 23 | 540 | 112 | 56 |
| Binary | 11001110 | 11111 | 110111 | 0 | 1010101 | 1001001 | 10011 | 101100000 | 1001010 | 101110 |
Color Harmonies of #CE1F37
Complementary color
Monochromatic Colors of #CE1F37
Black with #CE1F37
Text Example
Text Example
White with #CE1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F37; }
p { color: rgb(206,31,55); }
H1.HeaderClassName
{
color: #CE1F37;
}
.AnyTagClassName
{
color: #CE1F37;
}
</style>
background-color css
<style>
a { background-color: #CE1F37; }
a { background-color: rgb(206,31,55); }
div.DivClassName
{
background-color: #CE1F37;
}
.BgClassName
{
background-color: #CE1F37;
}
</style>
border-color css
<style>
span { border-color: #CE1F37; }
span { border-color: rgb(206,31,55); }
td.TdClassName
{
border-color: #CE1F37;
}
.TagClassName
{
border-color: #CE1F37;
}
</style>