Shades of Cardinal #C30338
Tints of Cardinal #C30338
RGB
CMYK
RGB Variations
Color information
#C30338 (or 0xC30338) is known color: Cardinal. HEX triplet: C3, 03 and 38. RGB value is (195,3,56). Sum of RGB (Red+Green+Blue) = 195+3+56=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30338 is #3CFCC7. Grayscale: #424242. Windows color (decimal): -3996872 or 3670979. OLE color: 3670979.
HSL color Cylindrical-coordinate representation of color #C30338: hue angle of 343.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30338 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.24 |
| HSL | 343.44º | 0.97% | 0.39% | - |
| HSV(B) | 343.44º | 0.98% | 0.76% | - |
| XYZ | 23.25 | 11.95 | 4.82 | - |
| YUV | 66.45 | 122.11 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 56 | 0 | 0.98 | 0.71 | 0.24 | 343.44 | 0.97 | 0.39 |
| Hex | C3 | 3 | 38 | 0 | 62 | 47 | 18 | 157 | 61 | 27 |
| Octal | 303 | 3 | 70 | 0 | 142 | 107 | 30 | 527 | 141 | 47 |
| Binary | 11000011 | 11 | 111000 | 0 | 1100010 | 1000111 | 11000 | 101010111 | 1100001 | 100111 |
Color Harmonies of #C30338
Complementary color
Monochromatic Colors of #C30338
Black with #C30338
Text Example
Text Example
White with #C30338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30338; }
p { color: rgb(195,3,56); }
H1.HeaderClassName
{
color: #C30338;
}
.AnyTagClassName
{
color: #C30338;
}
</style>
background-color css
<style>
a { background-color: #C30338; }
a { background-color: rgb(195,3,56); }
div.DivClassName
{
background-color: #C30338;
}
.BgClassName
{
background-color: #C30338;
}
</style>
border-color css
<style>
span { border-color: #C30338; }
span { border-color: rgb(195,3,56); }
td.TdClassName
{
border-color: #C30338;
}
.TagClassName
{
border-color: #C30338;
}
</style>