Shades of Bright Red #A41B25
Tints of Bright Red #A41B25
RGB
CMYK
RGB Variations
Color information
#A41B25 (or 0xA41B25) is known color: Bright Red. HEX triplet: A4, 1B and 25. RGB value is (164,27,37). Sum of RGB (Red+Green+Blue) = 164+27+37=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B25 is #5BE4DA. Grayscale: #454545. Windows color (decimal): -6022363 or 2431908. OLE color: 2431908.
HSL color Cylindrical-coordinate representation of color #A41B25: hue angle of 355.62º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B25 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 37 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.36 |
| HSL | 355.62º | 0.72% | 0.37% | - |
| HSV(B) | 355.62º | 0.84% | 0.64% | - |
| XYZ | 16.04 | 8.81 | 2.61 | - |
| YUV | 69.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 37 | 0 | 0.84 | 0.77 | 0.36 | 355.62 | 0.72 | 0.37 |
| Hex | A4 | 1B | 25 | 0 | 54 | 4D | 24 | 164 | 48 | 25 |
| Octal | 244 | 33 | 45 | 0 | 124 | 115 | 44 | 544 | 110 | 45 |
| Binary | 10100100 | 11011 | 100101 | 0 | 1010100 | 1001101 | 100100 | 101100100 | 1001000 | 100101 |
Color Harmonies of #A41B25
Complementary color
Monochromatic Colors of #A41B25
Black with #A41B25
Text Example
Text Example
White with #A41B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B25; }
p { color: rgb(164,27,37); }
H1.HeaderClassName
{
color: #A41B25;
}
.AnyTagClassName
{
color: #A41B25;
}
</style>
background-color css
<style>
a { background-color: #A41B25; }
a { background-color: rgb(164,27,37); }
div.DivClassName
{
background-color: #A41B25;
}
.BgClassName
{
background-color: #A41B25;
}
</style>
border-color css
<style>
span { border-color: #A41B25; }
span { border-color: rgb(164,27,37); }
td.TdClassName
{
border-color: #A41B25;
}
.TagClassName
{
border-color: #A41B25;
}
</style>