Shades of Cardinal #C30F41
Tints of Cardinal #C30F41
RGB
CMYK
RGB Variations
Color information
#C30F41 (or 0xC30F41) is known color: Cardinal. HEX triplet: C3, 0F and 41. RGB value is (195,15,65). Sum of RGB (Red+Green+Blue) = 195+15+65=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F41 is #3CF0BE. Grayscale: #4A4A4A. Windows color (decimal): -3993791 or 4263875. OLE color: 4263875.
HSL color Cylindrical-coordinate representation of color #C30F41: hue angle of 343.33º 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 #C30F41 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 65 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.24 |
| HSL | 343.33º | 0.86% | 0.41% | - |
| HSV(B) | 343.33º | 0.92% | 0.76% | - |
| XYZ | 23.63 | 12.33 | 6.13 | - |
| YUV | 74.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 65 | 0 | 0.92 | 0.67 | 0.24 | 343.33 | 0.86 | 0.41 |
| Hex | C3 | F | 41 | 0 | 5C | 43 | 18 | 157 | 56 | 29 |
| Octal | 303 | 17 | 101 | 0 | 134 | 103 | 30 | 527 | 126 | 51 |
| Binary | 11000011 | 1111 | 1000001 | 0 | 1011100 | 1000011 | 11000 | 101010111 | 1010110 | 101001 |
Color Harmonies of #C30F41
Complementary color
Monochromatic Colors of #C30F41
Black with #C30F41
Text Example
Text Example
White with #C30F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F41; }
p { color: rgb(195,15,65); }
H1.HeaderClassName
{
color: #C30F41;
}
.AnyTagClassName
{
color: #C30F41;
}
</style>
background-color css
<style>
a { background-color: #C30F41; }
a { background-color: rgb(195,15,65); }
div.DivClassName
{
background-color: #C30F41;
}
.BgClassName
{
background-color: #C30F41;
}
</style>
border-color css
<style>
span { border-color: #C30F41; }
span { border-color: rgb(195,15,65); }
td.TdClassName
{
border-color: #C30F41;
}
.TagClassName
{
border-color: #C30F41;
}
</style>