Shades of Cardinal #AF0F27
Tints of Cardinal #AF0F27
RGB
CMYK
RGB Variations
Color information
#AF0F27 (or 0xAF0F27) is known color: Cardinal. HEX triplet: AF, 0F and 27. RGB value is (175,15,39). Sum of RGB (Red+Green+Blue) = 175+15+39=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F27 is #50F0D8. Grayscale: #414141. Windows color (decimal): -5304537 or 2559919. OLE color: 2559919.
HSL color Cylindrical-coordinate representation of color #AF0F27: hue angle of 351º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F27 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 39 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.31 |
| HSL | 351º | 0.84% | 0.37% | - |
| HSV(B) | 351º | 0.91% | 0.69% | - |
| XYZ | 18.22 | 9.6 | 2.81 | - |
| YUV | 65.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 39 | 0 | 0.91 | 0.78 | 0.31 | 351 | 0.84 | 0.37 |
| Hex | AF | F | 27 | 0 | 5B | 4E | 1F | 15F | 54 | 25 |
| Octal | 257 | 17 | 47 | 0 | 133 | 116 | 37 | 537 | 124 | 45 |
| Binary | 10101111 | 1111 | 100111 | 0 | 1011011 | 1001110 | 11111 | 101011111 | 1010100 | 100101 |
Color Harmonies of #AF0F27
Complementary color
Monochromatic Colors of #AF0F27
Black with #AF0F27
Text Example
Text Example
White with #AF0F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F27; }
p { color: rgb(175,15,39); }
H1.HeaderClassName
{
color: #AF0F27;
}
.AnyTagClassName
{
color: #AF0F27;
}
</style>
background-color css
<style>
a { background-color: #AF0F27; }
a { background-color: rgb(175,15,39); }
div.DivClassName
{
background-color: #AF0F27;
}
.BgClassName
{
background-color: #AF0F27;
}
</style>
border-color css
<style>
span { border-color: #AF0F27; }
span { border-color: rgb(175,15,39); }
td.TdClassName
{
border-color: #AF0F27;
}
.TagClassName
{
border-color: #AF0F27;
}
</style>