Shades of Cardinal #AF1438
Tints of Cardinal #AF1438
RGB
CMYK
RGB Variations
Color information
#AF1438 (or 0xAF1438) is known color: Cardinal. HEX triplet: AF, 14 and 38. RGB value is (175,20,56). Sum of RGB (Red+Green+Blue) = 175+20+56=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1438 is #50EBC7. Grayscale: #464646. Windows color (decimal): -5303240 or 3675311. OLE color: 3675311.
HSL color Cylindrical-coordinate representation of color #AF1438: hue angle of 346.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1438 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 56 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.31 |
| HSL | 346.06º | 0.79% | 0.38% | - |
| HSV(B) | 346.06º | 0.89% | 0.69% | - |
| XYZ | 18.64 | 9.9 | 4.67 | - |
| YUV | 70.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 56 | 0 | 0.89 | 0.68 | 0.31 | 346.06 | 0.79 | 0.38 |
| Hex | AF | 14 | 38 | 0 | 59 | 44 | 1F | 15A | 4F | 26 |
| Octal | 257 | 24 | 70 | 0 | 131 | 104 | 37 | 532 | 117 | 46 |
| Binary | 10101111 | 10100 | 111000 | 0 | 1011001 | 1000100 | 11111 | 101011010 | 1001111 | 100110 |
Color Harmonies of #AF1438
Complementary color
Monochromatic Colors of #AF1438
Black with #AF1438
Text Example
Text Example
White with #AF1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1438; }
p { color: rgb(175,20,56); }
H1.HeaderClassName
{
color: #AF1438;
}
.AnyTagClassName
{
color: #AF1438;
}
</style>
background-color css
<style>
a { background-color: #AF1438; }
a { background-color: rgb(175,20,56); }
div.DivClassName
{
background-color: #AF1438;
}
.BgClassName
{
background-color: #AF1438;
}
</style>
border-color css
<style>
span { border-color: #AF1438; }
span { border-color: rgb(175,20,56); }
td.TdClassName
{
border-color: #AF1438;
}
.TagClassName
{
border-color: #AF1438;
}
</style>