Shades of Brick Red #C9283D
Tints of Brick Red #C9283D
RGB
CMYK
RGB Variations
Color information
#C9283D (or 0xC9283D) is known color: Brick Red. HEX triplet: C9, 28 and 3D. RGB value is (201,40,61). Sum of RGB (Red+Green+Blue) = 201+40+61=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9283D is #36D7C2. Grayscale: #5A5A5A. Windows color (decimal): -3594179 or 4008137. OLE color: 4008137.
HSL color Cylindrical-coordinate representation of color #C9283D: hue angle of 352.17º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9283D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 61 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.21 |
| HSL | 352.17º | 0.67% | 0.47% | - |
| HSV(B) | 352.17º | 0.8% | 0.79% | - |
| XYZ | 25.69 | 14.27 | 5.82 | - |
| YUV | 90.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 61 | 0 | 0.80 | 0.70 | 0.21 | 352.17 | 0.67 | 0.47 |
| Hex | C9 | 28 | 3D | 0 | 50 | 46 | 15 | 160 | 43 | 2F |
| Octal | 311 | 50 | 75 | 0 | 120 | 106 | 25 | 540 | 103 | 57 |
| Binary | 11001001 | 101000 | 111101 | 0 | 1010000 | 1000110 | 10101 | 101100000 | 1000011 | 101111 |
Color Harmonies of #C9283D
Complementary color
Monochromatic Colors of #C9283D
Black with #C9283D
Text Example
Text Example
White with #C9283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9283D; }
p { color: rgb(201,40,61); }
H1.HeaderClassName
{
color: #C9283D;
}
.AnyTagClassName
{
color: #C9283D;
}
</style>
background-color css
<style>
a { background-color: #C9283D; }
a { background-color: rgb(201,40,61); }
div.DivClassName
{
background-color: #C9283D;
}
.BgClassName
{
background-color: #C9283D;
}
</style>
border-color css
<style>
span { border-color: #C9283D; }
span { border-color: rgb(201,40,61); }
td.TdClassName
{
border-color: #C9283D;
}
.TagClassName
{
border-color: #C9283D;
}
</style>