Shades of Cardinal #C30039
Tints of Cardinal #C30039
RGB
CMYK
RGB Variations
Color information
#C30039 (or 0xC30039) is known color: Cardinal. HEX triplet: C3, 00 and 39. RGB value is (195,0,57). Sum of RGB (Red+Green+Blue) = 195+0+57=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C30039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30039 is #3CFFC6. Grayscale: #404040. Windows color (decimal): -3997639 or 3735747. OLE color: 3735747.
HSL color Cylindrical-coordinate representation of color #C30039: hue angle of 342.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30039 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.71 | 0.24 |
| HSL | 342.46º | 1% | 0.38% | - |
| HSV(B) | 342.46º | 1% | 0.76% | - |
| XYZ | 23.24 | 11.9 | 4.94 | - |
| YUV | 64.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 57 | 0 | 1 | 0.71 | 0.24 | 342.46 | 1 | 0.38 |
| Hex | C3 | 0 | 39 | 0 | 64 | 47 | 18 | 156 | 64 | 26 |
| Octal | 303 | 0 | 71 | 0 | 144 | 107 | 30 | 526 | 144 | 46 |
| Binary | 11000011 | 0 | 111001 | 0 | 1100100 | 1000111 | 11000 | 101010110 | 1100100 | 100110 |
Color Harmonies of #C30039
Complementary color
Monochromatic Colors of #C30039
Black with #C30039
Text Example
Text Example
White with #C30039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30039; }
p { color: rgb(195,0,57); }
H1.HeaderClassName
{
color: #C30039;
}
.AnyTagClassName
{
color: #C30039;
}
</style>
background-color css
<style>
a { background-color: #C30039; }
a { background-color: rgb(195,0,57); }
div.DivClassName
{
background-color: #C30039;
}
.BgClassName
{
background-color: #C30039;
}
</style>
border-color css
<style>
span { border-color: #C30039; }
span { border-color: rgb(195,0,57); }
td.TdClassName
{
border-color: #C30039;
}
.TagClassName
{
border-color: #C30039;
}
</style>