Shades of Cardinal #AF1C31
Tints of Cardinal #AF1C31
RGB
CMYK
RGB Variations
Color information
#AF1C31 (or 0xAF1C31) is known color: Cardinal. HEX triplet: AF, 1C and 31. RGB value is (175,28,49). Sum of RGB (Red+Green+Blue) = 175+28+49=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C31 is #50E3CE. Grayscale: #4A4A4A. Windows color (decimal): -5301199 or 3218607. OLE color: 3218607.
HSL color Cylindrical-coordinate representation of color #AF1C31: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C31 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 49 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.31 |
| HSL | 351.43º | 0.72% | 0.4% | - |
| HSV(B) | 351.43º | 0.84% | 0.69% | - |
| XYZ | 18.65 | 10.17 | 3.89 | - |
| YUV | 74.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 49 | 0 | 0.84 | 0.72 | 0.31 | 351.43 | 0.72 | 0.4 |
| Hex | AF | 1C | 31 | 0 | 54 | 48 | 1F | 15F | 48 | 28 |
| Octal | 257 | 34 | 61 | 0 | 124 | 110 | 37 | 537 | 110 | 50 |
| Binary | 10101111 | 11100 | 110001 | 0 | 1010100 | 1001000 | 11111 | 101011111 | 1001000 | 101000 |
Color Harmonies of #AF1C31
Complementary color
Monochromatic Colors of #AF1C31
Black with #AF1C31
Text Example
Text Example
White with #AF1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C31; }
p { color: rgb(175,28,49); }
H1.HeaderClassName
{
color: #AF1C31;
}
.AnyTagClassName
{
color: #AF1C31;
}
</style>
background-color css
<style>
a { background-color: #AF1C31; }
a { background-color: rgb(175,28,49); }
div.DivClassName
{
background-color: #AF1C31;
}
.BgClassName
{
background-color: #AF1C31;
}
</style>
border-color css
<style>
span { border-color: #AF1C31; }
span { border-color: rgb(175,28,49); }
td.TdClassName
{
border-color: #AF1C31;
}
.TagClassName
{
border-color: #AF1C31;
}
</style>