Shades of Cardinal #C4013B
Tints of Cardinal #C4013B
RGB
CMYK
RGB Variations
Color information
#C4013B (or 0xC4013B) is known color: Cardinal. HEX triplet: C4, 01 and 3B. RGB value is (196,1,59). Sum of RGB (Red+Green+Blue) = 196+1+59=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4013B is #3BFEC4. Grayscale: #414141. Windows color (decimal): -3931845 or 3867076. OLE color: 3867076.
HSL color Cylindrical-coordinate representation of color #C4013B: hue angle of 342.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4013B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.23 |
| HSL | 342.15º | 0.99% | 0.39% | - |
| HSV(B) | 342.15º | 0.99% | 0.77% | - |
| XYZ | 23.57 | 12.07 | 5.23 | - |
| YUV | 65.92 | 124.1 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 59 | 0 | 0.99 | 0.70 | 0.23 | 342.15 | 0.99 | 0.39 |
| Hex | C4 | 1 | 3B | 0 | 63 | 46 | 17 | 156 | 63 | 27 |
| Octal | 304 | 1 | 73 | 0 | 143 | 106 | 27 | 526 | 143 | 47 |
| Binary | 11000100 | 1 | 111011 | 0 | 1100011 | 1000110 | 10111 | 101010110 | 1100011 | 100111 |
Color Harmonies of #C4013B
Complementary color
Monochromatic Colors of #C4013B
Black with #C4013B
Text Example
Text Example
White with #C4013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4013B; }
p { color: rgb(196,1,59); }
H1.HeaderClassName
{
color: #C4013B;
}
.AnyTagClassName
{
color: #C4013B;
}
</style>
background-color css
<style>
a { background-color: #C4013B; }
a { background-color: rgb(196,1,59); }
div.DivClassName
{
background-color: #C4013B;
}
.BgClassName
{
background-color: #C4013B;
}
</style>
border-color css
<style>
span { border-color: #C4013B; }
span { border-color: rgb(196,1,59); }
td.TdClassName
{
border-color: #C4013B;
}
.TagClassName
{
border-color: #C4013B;
}
</style>