Shades of Cardinal #CE202F
Tints of Cardinal #CE202F
RGB
CMYK
RGB Variations
Color information
#CE202F (or 0xCE202F) is known color: Cardinal. HEX triplet: CE, 20 and 2F. RGB value is (206,32,47). Sum of RGB (Red+Green+Blue) = 206+32+47=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202F is #31DFD0. Grayscale: #555555. Windows color (decimal): -3268561 or 3088590. OLE color: 3088590.
HSL color Cylindrical-coordinate representation of color #CE202F: hue angle of 354.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE202F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.19 |
| HSL | 354.83º | 0.73% | 0.47% | - |
| HSV(B) | 354.83º | 0.84% | 0.81% | - |
| XYZ | 26.48 | 14.36 | 4.07 | - |
| YUV | 85.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 47 | 0 | 0.84 | 0.77 | 0.19 | 354.83 | 0.73 | 0.47 |
| Hex | CE | 20 | 2F | 0 | 54 | 4D | 13 | 163 | 49 | 2F |
| Octal | 316 | 40 | 57 | 0 | 124 | 115 | 23 | 543 | 111 | 57 |
| Binary | 11001110 | 100000 | 101111 | 0 | 1010100 | 1001101 | 10011 | 101100011 | 1001001 | 101111 |
Color Harmonies of #CE202F
Complementary color
Monochromatic Colors of #CE202F
Black with #CE202F
Text Example
Text Example
White with #CE202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE202F; }
p { color: rgb(206,32,47); }
H1.HeaderClassName
{
color: #CE202F;
}
.AnyTagClassName
{
color: #CE202F;
}
</style>
background-color css
<style>
a { background-color: #CE202F; }
a { background-color: rgb(206,32,47); }
div.DivClassName
{
background-color: #CE202F;
}
.BgClassName
{
background-color: #CE202F;
}
</style>
border-color css
<style>
span { border-color: #CE202F; }
span { border-color: rgb(206,32,47); }
td.TdClassName
{
border-color: #CE202F;
}
.TagClassName
{
border-color: #CE202F;
}
</style>