Shades of Brick Red #C9333F
Tints of Brick Red #C9333F
RGB
CMYK
RGB Variations
Color information
#C9333F (or 0xC9333F) is known color: Brick Red. HEX triplet: C9, 33 and 3F. RGB value is (201,51,63). Sum of RGB (Red+Green+Blue) = 201+51+63=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9333F is #36CCC0. Grayscale: #616161. Windows color (decimal): -3591361 or 4142025. OLE color: 4142025.
HSL color Cylindrical-coordinate representation of color #C9333F: hue angle of 355.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9333F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 63 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.21 |
| HSL | 355.2º | 0.6% | 0.49% | - |
| HSV(B) | 355.2º | 0.75% | 0.79% | - |
| XYZ | 26.17 | 15.14 | 6.25 | - |
| YUV | 97.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 63 | 0 | 0.75 | 0.69 | 0.21 | 355.2 | 0.6 | 0.49 |
| Hex | C9 | 33 | 3F | 0 | 4B | 45 | 15 | 163 | 3C | 31 |
| Octal | 311 | 63 | 77 | 0 | 113 | 105 | 25 | 543 | 74 | 61 |
| Binary | 11001001 | 110011 | 111111 | 0 | 1001011 | 1000101 | 10101 | 101100011 | 111100 | 110001 |
Color Harmonies of #C9333F
Complementary color
Monochromatic Colors of #C9333F
Black with #C9333F
Text Example
Text Example
White with #C9333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9333F; }
p { color: rgb(201,51,63); }
H1.HeaderClassName
{
color: #C9333F;
}
.AnyTagClassName
{
color: #C9333F;
}
</style>
background-color css
<style>
a { background-color: #C9333F; }
a { background-color: rgb(201,51,63); }
div.DivClassName
{
background-color: #C9333F;
}
.BgClassName
{
background-color: #C9333F;
}
</style>
border-color css
<style>
span { border-color: #C9333F; }
span { border-color: rgb(201,51,63); }
td.TdClassName
{
border-color: #C9333F;
}
.TagClassName
{
border-color: #C9333F;
}
</style>