Shades of Bright Red #A81D33
Tints of Bright Red #A81D33
RGB
CMYK
RGB Variations
Color information
#A81D33 (or 0xA81D33) is known color: Bright Red. HEX triplet: A8, 1D and 33. RGB value is (168,29,51). Sum of RGB (Red+Green+Blue) = 168+29+51=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81D33 is #57E2CC. Grayscale: #494949. Windows color (decimal): -5759693 or 3349928. OLE color: 3349928.
HSL color Cylindrical-coordinate representation of color #A81D33: hue angle of 350.5º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81D33 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 51 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.34 |
| HSL | 350.5º | 0.71% | 0.39% | - |
| HSV(B) | 350.5º | 0.83% | 0.66% | - |
| XYZ | 17.19 | 9.44 | 4.05 | - |
| YUV | 73.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 51 | 0 | 0.83 | 0.70 | 0.34 | 350.5 | 0.71 | 0.39 |
| Hex | A8 | 1D | 33 | 0 | 53 | 46 | 22 | 15F | 47 | 27 |
| Octal | 250 | 35 | 63 | 0 | 123 | 106 | 42 | 537 | 107 | 47 |
| Binary | 10101000 | 11101 | 110011 | 0 | 1010011 | 1000110 | 100010 | 101011111 | 1000111 | 100111 |
Color Harmonies of #A81D33
Complementary color
Monochromatic Colors of #A81D33
Black with #A81D33
Text Example
Text Example
White with #A81D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D33; }
p { color: rgb(168,29,51); }
H1.HeaderClassName
{
color: #A81D33;
}
.AnyTagClassName
{
color: #A81D33;
}
</style>
background-color css
<style>
a { background-color: #A81D33; }
a { background-color: rgb(168,29,51); }
div.DivClassName
{
background-color: #A81D33;
}
.BgClassName
{
background-color: #A81D33;
}
</style>
border-color css
<style>
span { border-color: #A81D33; }
span { border-color: rgb(168,29,51); }
td.TdClassName
{
border-color: #A81D33;
}
.TagClassName
{
border-color: #A81D33;
}
</style>