Shades of Cardinal #C3183F
Tints of Cardinal #C3183F
RGB
CMYK
RGB Variations
Color information
#C3183F (or 0xC3183F) is known color: Cardinal. HEX triplet: C3, 18 and 3F. RGB value is (195,24,63). Sum of RGB (Red+Green+Blue) = 195+24+63=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C3183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3183F is #3CE7C0. Grayscale: #4F4F4F. Windows color (decimal): -3991489 or 4135107. OLE color: 4135107.
HSL color Cylindrical-coordinate representation of color #C3183F: hue angle of 346.32º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3183F is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 63 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.24 |
| HSL | 346.32º | 0.78% | 0.43% | - |
| HSV(B) | 346.32º | 0.88% | 0.76% | - |
| XYZ | 23.73 | 12.61 | 5.89 | - |
| YUV | 79.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 63 | 0 | 0.88 | 0.68 | 0.24 | 346.32 | 0.78 | 0.43 |
| Hex | C3 | 18 | 3F | 0 | 58 | 44 | 18 | 15A | 4E | 2B |
| Octal | 303 | 30 | 77 | 0 | 130 | 104 | 30 | 532 | 116 | 53 |
| Binary | 11000011 | 11000 | 111111 | 0 | 1011000 | 1000100 | 11000 | 101011010 | 1001110 | 101011 |
Color Harmonies of #C3183F
Complementary color
Monochromatic Colors of #C3183F
Black with #C3183F
Text Example
Text Example
White with #C3183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3183F; }
p { color: rgb(195,24,63); }
H1.HeaderClassName
{
color: #C3183F;
}
.AnyTagClassName
{
color: #C3183F;
}
</style>
background-color css
<style>
a { background-color: #C3183F; }
a { background-color: rgb(195,24,63); }
div.DivClassName
{
background-color: #C3183F;
}
.BgClassName
{
background-color: #C3183F;
}
</style>
border-color css
<style>
span { border-color: #C3183F; }
span { border-color: rgb(195,24,63); }
td.TdClassName
{
border-color: #C3183F;
}
.TagClassName
{
border-color: #C3183F;
}
</style>