Shades of Cardinal #CE1B34
Tints of Cardinal #CE1B34
RGB
CMYK
RGB Variations
Color information
#CE1B34 (or 0xCE1B34) is known color: Cardinal. HEX triplet: CE, 1B and 34. RGB value is (206,27,52). Sum of RGB (Red+Green+Blue) = 206+27+52=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B34 is #31E4CB. Grayscale: #535353. Windows color (decimal): -3269836 or 3414990. OLE color: 3414990.
HSL color Cylindrical-coordinate representation of color #CE1B34: hue angle of 351.62º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B34 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 52 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.19 |
| HSL | 351.62º | 0.77% | 0.46% | - |
| HSV(B) | 351.62º | 0.87% | 0.81% | - |
| XYZ | 26.47 | 14.15 | 4.59 | - |
| YUV | 83.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 52 | 0 | 0.87 | 0.75 | 0.19 | 351.62 | 0.77 | 0.46 |
| Hex | CE | 1B | 34 | 0 | 57 | 4B | 13 | 160 | 4D | 2E |
| Octal | 316 | 33 | 64 | 0 | 127 | 113 | 23 | 540 | 115 | 56 |
| Binary | 11001110 | 11011 | 110100 | 0 | 1010111 | 1001011 | 10011 | 101100000 | 1001101 | 101110 |
Color Harmonies of #CE1B34
Complementary color
Monochromatic Colors of #CE1B34
Black with #CE1B34
Text Example
Text Example
White with #CE1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B34; }
p { color: rgb(206,27,52); }
H1.HeaderClassName
{
color: #CE1B34;
}
.AnyTagClassName
{
color: #CE1B34;
}
</style>
background-color css
<style>
a { background-color: #CE1B34; }
a { background-color: rgb(206,27,52); }
div.DivClassName
{
background-color: #CE1B34;
}
.BgClassName
{
background-color: #CE1B34;
}
</style>
border-color css
<style>
span { border-color: #CE1B34; }
span { border-color: rgb(206,27,52); }
td.TdClassName
{
border-color: #CE1B34;
}
.TagClassName
{
border-color: #CE1B34;
}
</style>