Shades of Cardinal #C30038
Tints of Cardinal #C30038
RGB
CMYK
RGB Variations
Color information
#C30038 (or 0xC30038) is known color: Cardinal. HEX triplet: C3, 00 and 38. RGB value is (195,0,56). Sum of RGB (Red+Green+Blue) = 195+0+56=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C30038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30038 is #3CFFC7. Grayscale: #404040. Windows color (decimal): -3997640 or 3670211. OLE color: 3670211.
HSL color Cylindrical-coordinate representation of color #C30038: hue angle of 342.77º 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 #C30038 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.71 | 0.24 |
| HSL | 342.77º | 1% | 0.38% | - |
| HSV(B) | 342.77º | 1% | 0.76% | - |
| XYZ | 23.22 | 11.89 | 4.81 | - |
| YUV | 64.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 56 | 0 | 1 | 0.71 | 0.24 | 342.77 | 1 | 0.38 |
| Hex | C3 | 0 | 38 | 0 | 64 | 47 | 18 | 157 | 64 | 26 |
| Octal | 303 | 0 | 70 | 0 | 144 | 107 | 30 | 527 | 144 | 46 |
| Binary | 11000011 | 0 | 111000 | 0 | 1100100 | 1000111 | 11000 | 101010111 | 1100100 | 100110 |
Color Harmonies of #C30038
Complementary color
Monochromatic Colors of #C30038
Black with #C30038
Text Example
Text Example
White with #C30038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30038; }
p { color: rgb(195,0,56); }
H1.HeaderClassName
{
color: #C30038;
}
.AnyTagClassName
{
color: #C30038;
}
</style>
background-color css
<style>
a { background-color: #C30038; }
a { background-color: rgb(195,0,56); }
div.DivClassName
{
background-color: #C30038;
}
.BgClassName
{
background-color: #C30038;
}
</style>
border-color css
<style>
span { border-color: #C30038; }
span { border-color: rgb(195,0,56); }
td.TdClassName
{
border-color: #C30038;
}
.TagClassName
{
border-color: #C30038;
}
</style>