Shades of Cardinal #C30135
Tints of Cardinal #C30135
RGB
CMYK
RGB Variations
Color information
#C30135 (or 0xC30135) is known color: Cardinal. HEX triplet: C3, 01 and 35. RGB value is (195,1,53). Sum of RGB (Red+Green+Blue) = 195+1+53=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30135 is #3CFECA. Grayscale: #404040. Windows color (decimal): -3997387 or 3473859. OLE color: 3473859.
HSL color Cylindrical-coordinate representation of color #C30135: hue angle of 343.92º 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 #C30135 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.24 |
| HSL | 343.92º | 0.99% | 0.38% | - |
| HSV(B) | 343.92º | 0.99% | 0.76% | - |
| XYZ | 23.16 | 11.88 | 4.44 | - |
| YUV | 64.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 53 | 0 | 0.99 | 0.73 | 0.24 | 343.92 | 0.99 | 0.38 |
| Hex | C3 | 1 | 35 | 0 | 63 | 49 | 18 | 158 | 63 | 26 |
| Octal | 303 | 1 | 65 | 0 | 143 | 111 | 30 | 530 | 143 | 46 |
| Binary | 11000011 | 1 | 110101 | 0 | 1100011 | 1001001 | 11000 | 101011000 | 1100011 | 100110 |
Color Harmonies of #C30135
Complementary color
Monochromatic Colors of #C30135
Black with #C30135
Text Example
Text Example
White with #C30135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30135; }
p { color: rgb(195,1,53); }
H1.HeaderClassName
{
color: #C30135;
}
.AnyTagClassName
{
color: #C30135;
}
</style>
background-color css
<style>
a { background-color: #C30135; }
a { background-color: rgb(195,1,53); }
div.DivClassName
{
background-color: #C30135;
}
.BgClassName
{
background-color: #C30135;
}
</style>
border-color css
<style>
span { border-color: #C30135; }
span { border-color: rgb(195,1,53); }
td.TdClassName
{
border-color: #C30135;
}
.TagClassName
{
border-color: #C30135;
}
</style>