Shades of Cardinal #C3262F
Tints of Cardinal #C3262F
RGB
CMYK
RGB Variations
Color information
#C3262F (or 0xC3262F) is known color: Cardinal. HEX triplet: C3, 26 and 2F. RGB value is (195,38,47). Sum of RGB (Red+Green+Blue) = 195+38+47=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3262F is #3CD9D0. Grayscale: #565656. Windows color (decimal): -3987921 or 3090115. OLE color: 3090115.
HSL color Cylindrical-coordinate representation of color #C3262F: hue angle of 356.56º 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 #C3262F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.24 |
| HSL | 356.56º | 0.67% | 0.46% | - |
| HSV(B) | 356.56º | 0.81% | 0.76% | - |
| XYZ | 23.71 | 13.19 | 3.99 | - |
| YUV | 85.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 47 | 0 | 0.81 | 0.76 | 0.24 | 356.56 | 0.67 | 0.46 |
| Hex | C3 | 26 | 2F | 0 | 51 | 4C | 18 | 165 | 43 | 2E |
| Octal | 303 | 46 | 57 | 0 | 121 | 114 | 30 | 545 | 103 | 56 |
| Binary | 11000011 | 100110 | 101111 | 0 | 1010001 | 1001100 | 11000 | 101100101 | 1000011 | 101110 |
Color Harmonies of #C3262F
Complementary color
Monochromatic Colors of #C3262F
Black with #C3262F
Text Example
Text Example
White with #C3262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3262F; }
p { color: rgb(195,38,47); }
H1.HeaderClassName
{
color: #C3262F;
}
.AnyTagClassName
{
color: #C3262F;
}
</style>
background-color css
<style>
a { background-color: #C3262F; }
a { background-color: rgb(195,38,47); }
div.DivClassName
{
background-color: #C3262F;
}
.BgClassName
{
background-color: #C3262F;
}
</style>
border-color css
<style>
span { border-color: #C3262F; }
span { border-color: rgb(195,38,47); }
td.TdClassName
{
border-color: #C3262F;
}
.TagClassName
{
border-color: #C3262F;
}
</style>