Shades of Cardinal #C3252F
Tints of Cardinal #C3252F
RGB
CMYK
RGB Variations
Color information
#C3252F (or 0xC3252F) is known color: Cardinal. HEX triplet: C3, 25 and 2F. RGB value is (195,37,47). Sum of RGB (Red+Green+Blue) = 195+37+47=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3252F is #3CDAD0. Grayscale: #555555. Windows color (decimal): -3988177 or 3089859. OLE color: 3089859.
HSL color Cylindrical-coordinate representation of color #C3252F: hue angle of 356.2º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3252F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.24 |
| HSL | 356.2º | 0.68% | 0.45% | - |
| HSV(B) | 356.2º | 0.81% | 0.76% | - |
| XYZ | 23.68 | 13.13 | 3.98 | - |
| YUV | 85.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 47 | 0 | 0.81 | 0.76 | 0.24 | 356.2 | 0.68 | 0.45 |
| Hex | C3 | 25 | 2F | 0 | 51 | 4C | 18 | 164 | 44 | 2D |
| Octal | 303 | 45 | 57 | 0 | 121 | 114 | 30 | 544 | 104 | 55 |
| Binary | 11000011 | 100101 | 101111 | 0 | 1010001 | 1001100 | 11000 | 101100100 | 1000100 | 101101 |
Color Harmonies of #C3252F
Complementary color
Monochromatic Colors of #C3252F
Black with #C3252F
Text Example
Text Example
White with #C3252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3252F; }
p { color: rgb(195,37,47); }
H1.HeaderClassName
{
color: #C3252F;
}
.AnyTagClassName
{
color: #C3252F;
}
</style>
background-color css
<style>
a { background-color: #C3252F; }
a { background-color: rgb(195,37,47); }
div.DivClassName
{
background-color: #C3252F;
}
.BgClassName
{
background-color: #C3252F;
}
</style>
border-color css
<style>
span { border-color: #C3252F; }
span { border-color: rgb(195,37,47); }
td.TdClassName
{
border-color: #C3252F;
}
.TagClassName
{
border-color: #C3252F;
}
</style>