Shades of Cardinal #C30134
Tints of Cardinal #C30134
RGB
CMYK
RGB Variations
Color information
#C30134 (or 0xC30134) is known color: Cardinal. HEX triplet: C3, 01 and 34. RGB value is (195,1,52). Sum of RGB (Red+Green+Blue) = 195+1+52=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30134 is #3CFECB. Grayscale: #404040. Windows color (decimal): -3997388 or 3408323. OLE color: 3408323.
HSL color Cylindrical-coordinate representation of color #C30134: hue angle of 344.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30134 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.24 |
| HSL | 344.23º | 0.99% | 0.38% | - |
| HSV(B) | 344.23º | 0.99% | 0.76% | - |
| XYZ | 23.14 | 11.87 | 4.32 | - |
| YUV | 64.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 52 | 0 | 0.99 | 0.73 | 0.24 | 344.23 | 0.99 | 0.38 |
| Hex | C3 | 1 | 34 | 0 | 63 | 49 | 18 | 158 | 63 | 26 |
| Octal | 303 | 1 | 64 | 0 | 143 | 111 | 30 | 530 | 143 | 46 |
| Binary | 11000011 | 1 | 110100 | 0 | 1100011 | 1001001 | 11000 | 101011000 | 1100011 | 100110 |
Color Harmonies of #C30134
Complementary color
Monochromatic Colors of #C30134
Black with #C30134
Text Example
Text Example
White with #C30134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30134; }
p { color: rgb(195,1,52); }
H1.HeaderClassName
{
color: #C30134;
}
.AnyTagClassName
{
color: #C30134;
}
</style>
background-color css
<style>
a { background-color: #C30134; }
a { background-color: rgb(195,1,52); }
div.DivClassName
{
background-color: #C30134;
}
.BgClassName
{
background-color: #C30134;
}
</style>
border-color css
<style>
span { border-color: #C30134; }
span { border-color: rgb(195,1,52); }
td.TdClassName
{
border-color: #C30134;
}
.TagClassName
{
border-color: #C30134;
}
</style>