Shades of Cardinal #C3263B
Tints of Cardinal #C3263B
RGB
CMYK
RGB Variations
Color information
#C3263B (or 0xC3263B) is known color: Cardinal. HEX triplet: C3, 26 and 3B. RGB value is (195,38,59). Sum of RGB (Red+Green+Blue) = 195+38+59=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3263B is #3CD9C4. Grayscale: #575757. Windows color (decimal): -3987909 or 3876547. OLE color: 3876547.
HSL color Cylindrical-coordinate representation of color #C3263B: hue angle of 351.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3263B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 59 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.24 |
| HSL | 351.97º | 0.67% | 0.46% | - |
| HSV(B) | 351.97º | 0.81% | 0.76% | - |
| XYZ | 23.99 | 13.3 | 5.44 | - |
| YUV | 87.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 59 | 0 | 0.81 | 0.70 | 0.24 | 351.97 | 0.67 | 0.46 |
| Hex | C3 | 26 | 3B | 0 | 51 | 46 | 18 | 160 | 43 | 2E |
| Octal | 303 | 46 | 73 | 0 | 121 | 106 | 30 | 540 | 103 | 56 |
| Binary | 11000011 | 100110 | 111011 | 0 | 1010001 | 1000110 | 11000 | 101100000 | 1000011 | 101110 |
Color Harmonies of #C3263B
Complementary color
Monochromatic Colors of #C3263B
Black with #C3263B
Text Example
Text Example
White with #C3263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3263B; }
p { color: rgb(195,38,59); }
H1.HeaderClassName
{
color: #C3263B;
}
.AnyTagClassName
{
color: #C3263B;
}
</style>
background-color css
<style>
a { background-color: #C3263B; }
a { background-color: rgb(195,38,59); }
div.DivClassName
{
background-color: #C3263B;
}
.BgClassName
{
background-color: #C3263B;
}
</style>
border-color css
<style>
span { border-color: #C3263B; }
span { border-color: rgb(195,38,59); }
td.TdClassName
{
border-color: #C3263B;
}
.TagClassName
{
border-color: #C3263B;
}
</style>