Shades of Cardinal #C7093D
Tints of Cardinal #C7093D
RGB
CMYK
RGB Variations
Color information
#C7093D (or 0xC7093D) is known color: Cardinal. HEX triplet: C7, 09 and 3D. RGB value is (199,9,61). Sum of RGB (Red+Green+Blue) = 199+9+61=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C7093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7093D is #38F6C2. Grayscale: #474747. Windows color (decimal): -3733187 or 4000199. OLE color: 4000199.
HSL color Cylindrical-coordinate representation of color #C7093D: hue angle of 343.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7093D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.22 |
| HSL | 343.58º | 0.91% | 0.41% | - |
| HSV(B) | 343.58º | 0.95% | 0.78% | - |
| XYZ | 24.49 | 12.67 | 5.57 | - |
| YUV | 71.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 61 | 0 | 0.95 | 0.69 | 0.22 | 343.58 | 0.91 | 0.41 |
| Hex | C7 | 9 | 3D | 0 | 5F | 45 | 16 | 158 | 5B | 29 |
| Octal | 307 | 11 | 75 | 0 | 137 | 105 | 26 | 530 | 133 | 51 |
| Binary | 11000111 | 1001 | 111101 | 0 | 1011111 | 1000101 | 10110 | 101011000 | 1011011 | 101001 |
Color Harmonies of #C7093D
Complementary color
Monochromatic Colors of #C7093D
Black with #C7093D
Text Example
Text Example
White with #C7093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7093D; }
p { color: rgb(199,9,61); }
H1.HeaderClassName
{
color: #C7093D;
}
.AnyTagClassName
{
color: #C7093D;
}
</style>
background-color css
<style>
a { background-color: #C7093D; }
a { background-color: rgb(199,9,61); }
div.DivClassName
{
background-color: #C7093D;
}
.BgClassName
{
background-color: #C7093D;
}
</style>
border-color css
<style>
span { border-color: #C7093D; }
span { border-color: rgb(199,9,61); }
td.TdClassName
{
border-color: #C7093D;
}
.TagClassName
{
border-color: #C7093D;
}
</style>