Shades of Cardinal #CE243C
Tints of Cardinal #CE243C
RGB
CMYK
RGB Variations
Color information
#CE243C (or 0xCE243C) is known color: Cardinal. HEX triplet: CE, 24 and 3C. RGB value is (206,36,60). Sum of RGB (Red+Green+Blue) = 206+36+60=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE243C is #31DBC3. Grayscale: #595959. Windows color (decimal): -3267524 or 3941582. OLE color: 3941582.
HSL color Cylindrical-coordinate representation of color #CE243C: hue angle of 351.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE243C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.19 |
| HSL | 351.53º | 0.7% | 0.47% | - |
| HSV(B) | 351.53º | 0.83% | 0.81% | - |
| XYZ | 26.9 | 14.71 | 5.7 | - |
| YUV | 89.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 60 | 0 | 0.83 | 0.71 | 0.19 | 351.53 | 0.7 | 0.47 |
| Hex | CE | 24 | 3C | 0 | 53 | 47 | 13 | 160 | 46 | 2F |
| Octal | 316 | 44 | 74 | 0 | 123 | 107 | 23 | 540 | 106 | 57 |
| Binary | 11001110 | 100100 | 111100 | 0 | 1010011 | 1000111 | 10011 | 101100000 | 1000110 | 101111 |
Color Harmonies of #CE243C
Complementary color
Monochromatic Colors of #CE243C
Black with #CE243C
Text Example
Text Example
White with #CE243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE243C; }
p { color: rgb(206,36,60); }
H1.HeaderClassName
{
color: #CE243C;
}
.AnyTagClassName
{
color: #CE243C;
}
</style>
background-color css
<style>
a { background-color: #CE243C; }
a { background-color: rgb(206,36,60); }
div.DivClassName
{
background-color: #CE243C;
}
.BgClassName
{
background-color: #CE243C;
}
</style>
border-color css
<style>
span { border-color: #CE243C; }
span { border-color: rgb(206,36,60); }
td.TdClassName
{
border-color: #CE243C;
}
.TagClassName
{
border-color: #CE243C;
}
</style>