Shades of Cardinal #AF253E
Tints of Cardinal #AF253E
RGB
CMYK
RGB Variations
Color information
#AF253E (or 0xAF253E) is known color: Cardinal. HEX triplet: AF, 25 and 3E. RGB value is (175,37,62). Sum of RGB (Red+Green+Blue) = 175+37+62=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253E is #50DAC1. Grayscale: #515151. Windows color (decimal): -5298882 or 4072879. OLE color: 4072879.
HSL color Cylindrical-coordinate representation of color #AF253E: hue angle of 349.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF253E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 62 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.31 |
| HSL | 349.13º | 0.65% | 0.42% | - |
| HSV(B) | 349.13º | 0.79% | 0.69% | - |
| XYZ | 19.21 | 10.78 | 5.63 | - |
| YUV | 81.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 62 | 0 | 0.79 | 0.65 | 0.31 | 349.13 | 0.65 | 0.42 |
| Hex | AF | 25 | 3E | 0 | 4F | 41 | 1F | 15D | 41 | 2A |
| Octal | 257 | 45 | 76 | 0 | 117 | 101 | 37 | 535 | 101 | 52 |
| Binary | 10101111 | 100101 | 111110 | 0 | 1001111 | 1000001 | 11111 | 101011101 | 1000001 | 101010 |
Color Harmonies of #AF253E
Complementary color
Monochromatic Colors of #AF253E
Black with #AF253E
Text Example
Text Example
White with #AF253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF253E; }
p { color: rgb(175,37,62); }
H1.HeaderClassName
{
color: #AF253E;
}
.AnyTagClassName
{
color: #AF253E;
}
</style>
background-color css
<style>
a { background-color: #AF253E; }
a { background-color: rgb(175,37,62); }
div.DivClassName
{
background-color: #AF253E;
}
.BgClassName
{
background-color: #AF253E;
}
</style>
border-color css
<style>
span { border-color: #AF253E; }
span { border-color: rgb(175,37,62); }
td.TdClassName
{
border-color: #AF253E;
}
.TagClassName
{
border-color: #AF253E;
}
</style>