Shades of Cardinal #AF1D3D
Tints of Cardinal #AF1D3D
RGB
CMYK
RGB Variations
Color information
#AF1D3D (or 0xAF1D3D) is known color: Cardinal. HEX triplet: AF, 1D and 3D. RGB value is (175,29,61). Sum of RGB (Red+Green+Blue) = 175+29+61=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D3D is #50E2C2. Grayscale: #4C4C4C. Windows color (decimal): -5300931 or 4005295. OLE color: 4005295.
HSL color Cylindrical-coordinate representation of color #AF1D3D: hue angle of 346.85º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D3D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 61 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.31 |
| HSL | 346.85º | 0.72% | 0.4% | - |
| HSV(B) | 346.85º | 0.83% | 0.69% | - |
| XYZ | 18.96 | 10.33 | 5.41 | - |
| YUV | 76.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 61 | 0 | 0.83 | 0.65 | 0.31 | 346.85 | 0.72 | 0.4 |
| Hex | AF | 1D | 3D | 0 | 53 | 41 | 1F | 15B | 48 | 28 |
| Octal | 257 | 35 | 75 | 0 | 123 | 101 | 37 | 533 | 110 | 50 |
| Binary | 10101111 | 11101 | 111101 | 0 | 1010011 | 1000001 | 11111 | 101011011 | 1001000 | 101000 |
Color Harmonies of #AF1D3D
Complementary color
Monochromatic Colors of #AF1D3D
Black with #AF1D3D
Text Example
Text Example
White with #AF1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D3D; }
p { color: rgb(175,29,61); }
H1.HeaderClassName
{
color: #AF1D3D;
}
.AnyTagClassName
{
color: #AF1D3D;
}
</style>
background-color css
<style>
a { background-color: #AF1D3D; }
a { background-color: rgb(175,29,61); }
div.DivClassName
{
background-color: #AF1D3D;
}
.BgClassName
{
background-color: #AF1D3D;
}
</style>
border-color css
<style>
span { border-color: #AF1D3D; }
span { border-color: rgb(175,29,61); }
td.TdClassName
{
border-color: #AF1D3D;
}
.TagClassName
{
border-color: #AF1D3D;
}
</style>