Shades of Cardinal #CE1E2F
Tints of Cardinal #CE1E2F
RGB
CMYK
RGB Variations
Color information
#CE1E2F (or 0xCE1E2F) is known color: Cardinal. HEX triplet: CE, 1E and 2F. RGB value is (206,30,47). Sum of RGB (Red+Green+Blue) = 206+30+47=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E2F is #31E1D0. Grayscale: #545454. Windows color (decimal): -3269073 or 3088078. OLE color: 3088078.
HSL color Cylindrical-coordinate representation of color #CE1E2F: hue angle of 354.2º 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 #CE1E2F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 47 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.19 |
| HSL | 354.2º | 0.75% | 0.46% | - |
| HSV(B) | 354.2º | 0.85% | 0.81% | - |
| XYZ | 26.43 | 14.26 | 4.05 | - |
| YUV | 84.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 47 | 0 | 0.85 | 0.77 | 0.19 | 354.2 | 0.75 | 0.46 |
| Hex | CE | 1E | 2F | 0 | 55 | 4D | 13 | 162 | 4B | 2E |
| Octal | 316 | 36 | 57 | 0 | 125 | 115 | 23 | 542 | 113 | 56 |
| Binary | 11001110 | 11110 | 101111 | 0 | 1010101 | 1001101 | 10011 | 101100010 | 1001011 | 101110 |
Color Harmonies of #CE1E2F
Complementary color
Monochromatic Colors of #CE1E2F
Black with #CE1E2F
Text Example
Text Example
White with #CE1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E2F; }
p { color: rgb(206,30,47); }
H1.HeaderClassName
{
color: #CE1E2F;
}
.AnyTagClassName
{
color: #CE1E2F;
}
</style>
background-color css
<style>
a { background-color: #CE1E2F; }
a { background-color: rgb(206,30,47); }
div.DivClassName
{
background-color: #CE1E2F;
}
.BgClassName
{
background-color: #CE1E2F;
}
</style>
border-color css
<style>
span { border-color: #CE1E2F; }
span { border-color: rgb(206,30,47); }
td.TdClassName
{
border-color: #CE1E2F;
}
.TagClassName
{
border-color: #CE1E2F;
}
</style>