Shades of Bright Red #AB1725
Tints of Bright Red #AB1725
RGB
CMYK
RGB Variations
Color information
#AB1725 (or 0xAB1725) is known color: Bright Red. HEX triplet: AB, 17 and 25. RGB value is (171,23,37). Sum of RGB (Red+Green+Blue) = 171+23+37=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1725 is #54E8DA. Grayscale: #444444. Windows color (decimal): -5564635 or 2430891. OLE color: 2430891.
HSL color Cylindrical-coordinate representation of color #AB1725: hue angle of 354.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1725 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 37 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.33 |
| HSL | 354.32º | 0.76% | 0.38% | - |
| HSV(B) | 354.32º | 0.87% | 0.67% | - |
| XYZ | 17.43 | 9.4 | 2.65 | - |
| YUV | 68.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 37 | 0 | 0.87 | 0.78 | 0.33 | 354.32 | 0.76 | 0.38 |
| Hex | AB | 17 | 25 | 0 | 57 | 4E | 21 | 162 | 4C | 26 |
| Octal | 253 | 27 | 45 | 0 | 127 | 116 | 41 | 542 | 114 | 46 |
| Binary | 10101011 | 10111 | 100101 | 0 | 1010111 | 1001110 | 100001 | 101100010 | 1001100 | 100110 |
Color Harmonies of #AB1725
Complementary color
Monochromatic Colors of #AB1725
Black with #AB1725
Text Example
Text Example
White with #AB1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1725; }
p { color: rgb(171,23,37); }
H1.HeaderClassName
{
color: #AB1725;
}
.AnyTagClassName
{
color: #AB1725;
}
</style>
background-color css
<style>
a { background-color: #AB1725; }
a { background-color: rgb(171,23,37); }
div.DivClassName
{
background-color: #AB1725;
}
.BgClassName
{
background-color: #AB1725;
}
</style>
border-color css
<style>
span { border-color: #AB1725; }
span { border-color: rgb(171,23,37); }
td.TdClassName
{
border-color: #AB1725;
}
.TagClassName
{
border-color: #AB1725;
}
</style>