Shades of Cardinal #CE1B43
Tints of Cardinal #CE1B43
RGB
CMYK
RGB Variations
Color information
#CE1B43 (or 0xCE1B43) is known color: Cardinal. HEX triplet: CE, 1B and 43. RGB value is (206,27,67). Sum of RGB (Red+Green+Blue) = 206+27+67=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B43 is #31E4BC. Grayscale: #555555. Windows color (decimal): -3269821 or 4398030. OLE color: 4398030.
HSL color Cylindrical-coordinate representation of color #CE1B43: hue angle of 346.59º 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 #CE1B43 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 67 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.19 |
| HSL | 346.59º | 0.77% | 0.46% | - |
| HSV(B) | 346.59º | 0.87% | 0.81% | - |
| XYZ | 26.86 | 14.31 | 6.66 | - |
| YUV | 85.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 67 | 0 | 0.87 | 0.67 | 0.19 | 346.59 | 0.77 | 0.46 |
| Hex | CE | 1B | 43 | 0 | 57 | 43 | 13 | 15B | 4D | 2E |
| Octal | 316 | 33 | 103 | 0 | 127 | 103 | 23 | 533 | 115 | 56 |
| Binary | 11001110 | 11011 | 1000011 | 0 | 1010111 | 1000011 | 10011 | 101011011 | 1001101 | 101110 |
Color Harmonies of #CE1B43
Complementary color
Monochromatic Colors of #CE1B43
Black with #CE1B43
Text Example
Text Example
White with #CE1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B43; }
p { color: rgb(206,27,67); }
H1.HeaderClassName
{
color: #CE1B43;
}
.AnyTagClassName
{
color: #CE1B43;
}
</style>
background-color css
<style>
a { background-color: #CE1B43; }
a { background-color: rgb(206,27,67); }
div.DivClassName
{
background-color: #CE1B43;
}
.BgClassName
{
background-color: #CE1B43;
}
</style>
border-color css
<style>
span { border-color: #CE1B43; }
span { border-color: rgb(206,27,67); }
td.TdClassName
{
border-color: #CE1B43;
}
.TagClassName
{
border-color: #CE1B43;
}
</style>