Shades of Cardinal #CE1F42
Tints of Cardinal #CE1F42
RGB
CMYK
RGB Variations
Color information
#CE1F42 (or 0xCE1F42) is known color: Cardinal. HEX triplet: CE, 1F and 42. RGB value is (206,31,66). Sum of RGB (Red+Green+Blue) = 206+31+66=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F42 is #31E0BD. Grayscale: #575757. Windows color (decimal): -3268798 or 4333518. OLE color: 4333518.
HSL color Cylindrical-coordinate representation of color #CE1F42: hue angle of 348º 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 #CE1F42 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 66 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.19 |
| HSL | 348º | 0.74% | 0.46% | - |
| HSV(B) | 348º | 0.85% | 0.81% | - |
| XYZ | 26.93 | 14.5 | 6.53 | - |
| YUV | 87.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 66 | 0 | 0.85 | 0.68 | 0.19 | 348 | 0.74 | 0.46 |
| Hex | CE | 1F | 42 | 0 | 55 | 44 | 13 | 15C | 4A | 2E |
| Octal | 316 | 37 | 102 | 0 | 125 | 104 | 23 | 534 | 112 | 56 |
| Binary | 11001110 | 11111 | 1000010 | 0 | 1010101 | 1000100 | 10011 | 101011100 | 1001010 | 101110 |
Color Harmonies of #CE1F42
Complementary color
Monochromatic Colors of #CE1F42
Black with #CE1F42
Text Example
Text Example
White with #CE1F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F42; }
p { color: rgb(206,31,66); }
H1.HeaderClassName
{
color: #CE1F42;
}
.AnyTagClassName
{
color: #CE1F42;
}
</style>
background-color css
<style>
a { background-color: #CE1F42; }
a { background-color: rgb(206,31,66); }
div.DivClassName
{
background-color: #CE1F42;
}
.BgClassName
{
background-color: #CE1F42;
}
</style>
border-color css
<style>
span { border-color: #CE1F42; }
span { border-color: rgb(206,31,66); }
td.TdClassName
{
border-color: #CE1F42;
}
.TagClassName
{
border-color: #CE1F42;
}
</style>