Shades of Cardinal #C00336
Tints of Cardinal #C00336
RGB
CMYK
RGB Variations
Color information
#C00336 (or 0xC00336) is known color: Cardinal. HEX triplet: C0, 03 and 36. RGB value is (192,3,54). Sum of RGB (Red+Green+Blue) = 192+3+54=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00336 is #3FFCC9. Grayscale: #414141. Windows color (decimal): -4193482 or 3539904. OLE color: 3539904.
HSL color Cylindrical-coordinate representation of color #C00336: hue angle of 343.81º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00336 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.25 |
| HSL | 343.81º | 0.97% | 0.38% | - |
| HSV(B) | 343.81º | 0.98% | 0.75% | - |
| XYZ | 22.44 | 11.54 | 4.53 | - |
| YUV | 65.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 54 | 0 | 0.98 | 0.72 | 0.25 | 343.81 | 0.97 | 0.38 |
| Hex | C0 | 3 | 36 | 0 | 62 | 48 | 19 | 158 | 61 | 26 |
| Octal | 300 | 3 | 66 | 0 | 142 | 110 | 31 | 530 | 141 | 46 |
| Binary | 11000000 | 11 | 110110 | 0 | 1100010 | 1001000 | 11001 | 101011000 | 1100001 | 100110 |
Color Harmonies of #C00336
Complementary color
Monochromatic Colors of #C00336
Black with #C00336
Text Example
Text Example
White with #C00336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00336; }
p { color: rgb(192,3,54); }
H1.HeaderClassName
{
color: #C00336;
}
.AnyTagClassName
{
color: #C00336;
}
</style>
background-color css
<style>
a { background-color: #C00336; }
a { background-color: rgb(192,3,54); }
div.DivClassName
{
background-color: #C00336;
}
.BgClassName
{
background-color: #C00336;
}
</style>
border-color css
<style>
span { border-color: #C00336; }
span { border-color: rgb(192,3,54); }
td.TdClassName
{
border-color: #C00336;
}
.TagClassName
{
border-color: #C00336;
}
</style>