Shades of Brick Red #C9283F
Tints of Brick Red #C9283F
RGB
CMYK
RGB Variations
Color information
#C9283F (or 0xC9283F) is known color: Brick Red. HEX triplet: C9, 28 and 3F. RGB value is (201,40,63). Sum of RGB (Red+Green+Blue) = 201+40+63=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C9283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9283F is #36D7C0. Grayscale: #5A5A5A. Windows color (decimal): -3594177 or 4139209. OLE color: 4139209.
HSL color Cylindrical-coordinate representation of color #C9283F: hue angle of 351.43º 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 #C9283F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 63 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.21 |
| HSL | 351.43º | 0.67% | 0.47% | - |
| HSV(B) | 351.43º | 0.8% | 0.79% | - |
| XYZ | 25.74 | 14.29 | 6.1 | - |
| YUV | 90.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 63 | 0 | 0.80 | 0.69 | 0.21 | 351.43 | 0.67 | 0.47 |
| Hex | C9 | 28 | 3F | 0 | 50 | 45 | 15 | 15F | 43 | 2F |
| Octal | 311 | 50 | 77 | 0 | 120 | 105 | 25 | 537 | 103 | 57 |
| Binary | 11001001 | 101000 | 111111 | 0 | 1010000 | 1000101 | 10101 | 101011111 | 1000011 | 101111 |
Color Harmonies of #C9283F
Complementary color
Monochromatic Colors of #C9283F
Black with #C9283F
Text Example
Text Example
White with #C9283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9283F; }
p { color: rgb(201,40,63); }
H1.HeaderClassName
{
color: #C9283F;
}
.AnyTagClassName
{
color: #C9283F;
}
</style>
background-color css
<style>
a { background-color: #C9283F; }
a { background-color: rgb(201,40,63); }
div.DivClassName
{
background-color: #C9283F;
}
.BgClassName
{
background-color: #C9283F;
}
</style>
border-color css
<style>
span { border-color: #C9283F; }
span { border-color: rgb(201,40,63); }
td.TdClassName
{
border-color: #C9283F;
}
.TagClassName
{
border-color: #C9283F;
}
</style>