Shades of Cardinal #AF1939
Tints of Cardinal #AF1939
RGB
CMYK
RGB Variations
Color information
#AF1939 (or 0xAF1939) is known color: Cardinal. HEX triplet: AF, 19 and 39. RGB value is (175,25,57). Sum of RGB (Red+Green+Blue) = 175+25+57=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1939 is #50E6C6. Grayscale: #494949. Windows color (decimal): -5301959 or 3742127. OLE color: 3742127.
HSL color Cylindrical-coordinate representation of color #AF1939: hue angle of 347.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1939 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 57 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.31 |
| HSL | 347.2º | 0.75% | 0.39% | - |
| HSV(B) | 347.2º | 0.86% | 0.69% | - |
| XYZ | 18.77 | 10.1 | 4.83 | - |
| YUV | 73.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 57 | 0 | 0.86 | 0.67 | 0.31 | 347.2 | 0.75 | 0.39 |
| Hex | AF | 19 | 39 | 0 | 56 | 43 | 1F | 15B | 4B | 27 |
| Octal | 257 | 31 | 71 | 0 | 126 | 103 | 37 | 533 | 113 | 47 |
| Binary | 10101111 | 11001 | 111001 | 0 | 1010110 | 1000011 | 11111 | 101011011 | 1001011 | 100111 |
Color Harmonies of #AF1939
Complementary color
Monochromatic Colors of #AF1939
Black with #AF1939
Text Example
Text Example
White with #AF1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1939; }
p { color: rgb(175,25,57); }
H1.HeaderClassName
{
color: #AF1939;
}
.AnyTagClassName
{
color: #AF1939;
}
</style>
background-color css
<style>
a { background-color: #AF1939; }
a { background-color: rgb(175,25,57); }
div.DivClassName
{
background-color: #AF1939;
}
.BgClassName
{
background-color: #AF1939;
}
</style>
border-color css
<style>
span { border-color: #AF1939; }
span { border-color: rgb(175,25,57); }
td.TdClassName
{
border-color: #AF1939;
}
.TagClassName
{
border-color: #AF1939;
}
</style>