Shades of Cardinal #C3094D
Tints of Cardinal #C3094D
RGB
CMYK
RGB Variations
Color information
#C3094D (or 0xC3094D) is known color: Cardinal. HEX triplet: C3, 09 and 4D. RGB value is (195,9,77). Sum of RGB (Red+Green+Blue) = 195+9+77=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3094D is #3CF6B2. Grayscale: #484848. Windows color (decimal): -3995315 or 5048771. OLE color: 5048771.
HSL color Cylindrical-coordinate representation of color #C3094D: hue angle of 338.06º 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 #C3094D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.24 |
| HSL | 338.06º | 0.91% | 0.4% | - |
| HSV(B) | 338.06º | 0.95% | 0.76% | - |
| XYZ | 23.94 | 12.33 | 8.14 | - |
| YUV | 72.37 | 130.62 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 77 | 0 | 0.95 | 0.61 | 0.24 | 338.06 | 0.91 | 0.4 |
| Hex | C3 | 9 | 4D | 0 | 5F | 3D | 18 | 152 | 5B | 28 |
| Octal | 303 | 11 | 115 | 0 | 137 | 75 | 30 | 522 | 133 | 50 |
| Binary | 11000011 | 1001 | 1001101 | 0 | 1011111 | 111101 | 11000 | 101010010 | 1011011 | 101000 |
Color Harmonies of #C3094D
Complementary color
Monochromatic Colors of #C3094D
Black with #C3094D
Text Example
Text Example
White with #C3094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3094D; }
p { color: rgb(195,9,77); }
H1.HeaderClassName
{
color: #C3094D;
}
.AnyTagClassName
{
color: #C3094D;
}
</style>
background-color css
<style>
a { background-color: #C3094D; }
a { background-color: rgb(195,9,77); }
div.DivClassName
{
background-color: #C3094D;
}
.BgClassName
{
background-color: #C3094D;
}
</style>
border-color css
<style>
span { border-color: #C3094D; }
span { border-color: rgb(195,9,77); }
td.TdClassName
{
border-color: #C3094D;
}
.TagClassName
{
border-color: #C3094D;
}
</style>