Shades of Cardinal #C30F3F
Tints of Cardinal #C30F3F
RGB
CMYK
RGB Variations
Color information
#C30F3F (or 0xC30F3F) is known color: Cardinal. HEX triplet: C3, 0F and 3F. RGB value is (195,15,63). Sum of RGB (Red+Green+Blue) = 195+15+63=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F3F is #3CF0C0. Grayscale: #4A4A4A. Windows color (decimal): -3993793 or 4132803. OLE color: 4132803.
HSL color Cylindrical-coordinate representation of color #C30F3F: hue angle of 344º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F3F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 63 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.24 |
| HSL | 344º | 0.86% | 0.41% | - |
| HSV(B) | 344º | 0.92% | 0.76% | - |
| XYZ | 23.57 | 12.3 | 5.83 | - |
| YUV | 74.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 63 | 0 | 0.92 | 0.68 | 0.24 | 344 | 0.86 | 0.41 |
| Hex | C3 | F | 3F | 0 | 5C | 44 | 18 | 158 | 56 | 29 |
| Octal | 303 | 17 | 77 | 0 | 134 | 104 | 30 | 530 | 126 | 51 |
| Binary | 11000011 | 1111 | 111111 | 0 | 1011100 | 1000100 | 11000 | 101011000 | 1010110 | 101001 |
Color Harmonies of #C30F3F
Complementary color
Monochromatic Colors of #C30F3F
Black with #C30F3F
Text Example
Text Example
White with #C30F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F3F; }
p { color: rgb(195,15,63); }
H1.HeaderClassName
{
color: #C30F3F;
}
.AnyTagClassName
{
color: #C30F3F;
}
</style>
background-color css
<style>
a { background-color: #C30F3F; }
a { background-color: rgb(195,15,63); }
div.DivClassName
{
background-color: #C30F3F;
}
.BgClassName
{
background-color: #C30F3F;
}
</style>
border-color css
<style>
span { border-color: #C30F3F; }
span { border-color: rgb(195,15,63); }
td.TdClassName
{
border-color: #C30F3F;
}
.TagClassName
{
border-color: #C30F3F;
}
</style>