Shades of Cardinal #CE1A31
Tints of Cardinal #CE1A31
RGB
CMYK
RGB Variations
Color information
#CE1A31 (or 0xCE1A31) is known color: Cardinal. HEX triplet: CE, 1A and 31. RGB value is (206,26,49). Sum of RGB (Red+Green+Blue) = 206+26+49=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A31 is #31E5CE. Grayscale: #525252. Windows color (decimal): -3270095 or 3218126. OLE color: 3218126.
HSL color Cylindrical-coordinate representation of color #CE1A31: hue angle of 352.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A31 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 49 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.19 |
| HSL | 352.33º | 0.78% | 0.45% | - |
| HSV(B) | 352.33º | 0.87% | 0.81% | - |
| XYZ | 26.38 | 14.08 | 4.23 | - |
| YUV | 82.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 49 | 0 | 0.87 | 0.76 | 0.19 | 352.33 | 0.78 | 0.45 |
| Hex | CE | 1A | 31 | 0 | 57 | 4C | 13 | 160 | 4E | 2D |
| Octal | 316 | 32 | 61 | 0 | 127 | 114 | 23 | 540 | 116 | 55 |
| Binary | 11001110 | 11010 | 110001 | 0 | 1010111 | 1001100 | 10011 | 101100000 | 1001110 | 101101 |
Color Harmonies of #CE1A31
Complementary color
Monochromatic Colors of #CE1A31
Black with #CE1A31
Text Example
Text Example
White with #CE1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A31; }
p { color: rgb(206,26,49); }
H1.HeaderClassName
{
color: #CE1A31;
}
.AnyTagClassName
{
color: #CE1A31;
}
</style>
background-color css
<style>
a { background-color: #CE1A31; }
a { background-color: rgb(206,26,49); }
div.DivClassName
{
background-color: #CE1A31;
}
.BgClassName
{
background-color: #CE1A31;
}
</style>
border-color css
<style>
span { border-color: #CE1A31; }
span { border-color: rgb(206,26,49); }
td.TdClassName
{
border-color: #CE1A31;
}
.TagClassName
{
border-color: #CE1A31;
}
</style>