Shades of Cardinal #AF1F2C
Tints of Cardinal #AF1F2C
RGB
CMYK
RGB Variations
Color information
#AF1F2C (or 0xAF1F2C) is known color: Cardinal. HEX triplet: AF, 1F and 2C. RGB value is (175,31,44). Sum of RGB (Red+Green+Blue) = 175+31+44=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F2C is #50E0D3. Grayscale: #4B4B4B. Windows color (decimal): -5300436 or 2891695. OLE color: 2891695.
HSL color Cylindrical-coordinate representation of color #AF1F2C: hue angle of 354.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F2C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 44 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.31 |
| HSL | 354.58º | 0.7% | 0.4% | - |
| HSV(B) | 354.58º | 0.82% | 0.69% | - |
| XYZ | 18.62 | 10.28 | 3.38 | - |
| YUV | 75.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 44 | 0 | 0.82 | 0.75 | 0.31 | 354.58 | 0.7 | 0.4 |
| Hex | AF | 1F | 2C | 0 | 52 | 4B | 1F | 163 | 46 | 28 |
| Octal | 257 | 37 | 54 | 0 | 122 | 113 | 37 | 543 | 106 | 50 |
| Binary | 10101111 | 11111 | 101100 | 0 | 1010010 | 1001011 | 11111 | 101100011 | 1000110 | 101000 |
Color Harmonies of #AF1F2C
Complementary color
Monochromatic Colors of #AF1F2C
Black with #AF1F2C
Text Example
Text Example
White with #AF1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F2C; }
p { color: rgb(175,31,44); }
H1.HeaderClassName
{
color: #AF1F2C;
}
.AnyTagClassName
{
color: #AF1F2C;
}
</style>
background-color css
<style>
a { background-color: #AF1F2C; }
a { background-color: rgb(175,31,44); }
div.DivClassName
{
background-color: #AF1F2C;
}
.BgClassName
{
background-color: #AF1F2C;
}
</style>
border-color css
<style>
span { border-color: #AF1F2C; }
span { border-color: rgb(175,31,44); }
td.TdClassName
{
border-color: #AF1F2C;
}
.TagClassName
{
border-color: #AF1F2C;
}
</style>