Shades of Cardinal #CE1E4B
Tints of Cardinal #CE1E4B
RGB
CMYK
RGB Variations
Color information
#CE1E4B (or 0xCE1E4B) is known color: Cardinal. HEX triplet: CE, 1E and 4B. RGB value is (206,30,75). Sum of RGB (Red+Green+Blue) = 206+30+75=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E4B is #31E1B4. Grayscale: #575757. Windows color (decimal): -3269045 or 4923086. OLE color: 4923086.
HSL color Cylindrical-coordinate representation of color #CE1E4B: hue angle of 344.66º degrees, saturation: 0.75, 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 #CE1E4B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 75 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.19 |
| HSL | 344.66º | 0.75% | 0.46% | - |
| HSV(B) | 344.66º | 0.85% | 0.81% | - |
| XYZ | 27.19 | 14.56 | 8.03 | - |
| YUV | 87.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 75 | 0 | 0.85 | 0.64 | 0.19 | 344.66 | 0.75 | 0.46 |
| Hex | CE | 1E | 4B | 0 | 55 | 40 | 13 | 159 | 4B | 2E |
| Octal | 316 | 36 | 113 | 0 | 125 | 100 | 23 | 531 | 113 | 56 |
| Binary | 11001110 | 11110 | 1001011 | 0 | 1010101 | 1000000 | 10011 | 101011001 | 1001011 | 101110 |
Color Harmonies of #CE1E4B
Complementary color
Monochromatic Colors of #CE1E4B
Black with #CE1E4B
Text Example
Text Example
White with #CE1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E4B; }
p { color: rgb(206,30,75); }
H1.HeaderClassName
{
color: #CE1E4B;
}
.AnyTagClassName
{
color: #CE1E4B;
}
</style>
background-color css
<style>
a { background-color: #CE1E4B; }
a { background-color: rgb(206,30,75); }
div.DivClassName
{
background-color: #CE1E4B;
}
.BgClassName
{
background-color: #CE1E4B;
}
</style>
border-color css
<style>
span { border-color: #CE1E4B; }
span { border-color: rgb(206,30,75); }
td.TdClassName
{
border-color: #CE1E4B;
}
.TagClassName
{
border-color: #CE1E4B;
}
</style>