Shades of Cardinal #C10938
Tints of Cardinal #C10938
RGB
CMYK
RGB Variations
Color information
#C10938 (or 0xC10938) is known color: Cardinal. HEX triplet: C1, 09 and 38. RGB value is (193,9,56). Sum of RGB (Red+Green+Blue) = 193+9+56=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C10938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10938 is #3EF6C7. Grayscale: #454545. Windows color (decimal): -4126408 or 3672513. OLE color: 3672513.
HSL color Cylindrical-coordinate representation of color #C10938: hue angle of 344.67º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10938 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 56 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.24 |
| HSL | 344.67º | 0.91% | 0.4% | - |
| HSV(B) | 344.67º | 0.95% | 0.76% | - |
| XYZ | 22.8 | 11.82 | 4.82 | - |
| YUV | 69.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 56 | 0 | 0.95 | 0.71 | 0.24 | 344.67 | 0.91 | 0.4 |
| Hex | C1 | 9 | 38 | 0 | 5F | 47 | 18 | 159 | 5B | 28 |
| Octal | 301 | 11 | 70 | 0 | 137 | 107 | 30 | 531 | 133 | 50 |
| Binary | 11000001 | 1001 | 111000 | 0 | 1011111 | 1000111 | 11000 | 101011001 | 1011011 | 101000 |
Color Harmonies of #C10938
Complementary color
Monochromatic Colors of #C10938
Black with #C10938
Text Example
Text Example
White with #C10938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10938; }
p { color: rgb(193,9,56); }
H1.HeaderClassName
{
color: #C10938;
}
.AnyTagClassName
{
color: #C10938;
}
</style>
background-color css
<style>
a { background-color: #C10938; }
a { background-color: rgb(193,9,56); }
div.DivClassName
{
background-color: #C10938;
}
.BgClassName
{
background-color: #C10938;
}
</style>
border-color css
<style>
span { border-color: #C10938; }
span { border-color: rgb(193,9,56); }
td.TdClassName
{
border-color: #C10938;
}
.TagClassName
{
border-color: #C10938;
}
</style>