Shades of Brick Red #C9323F
Tints of Brick Red #C9323F
RGB
CMYK
RGB Variations
Color information
#C9323F (or 0xC9323F) is known color: Brick Red. HEX triplet: C9, 32 and 3F. RGB value is (201,50,63). Sum of RGB (Red+Green+Blue) = 201+50+63=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9323F is #36CDC0. Grayscale: #606060. Windows color (decimal): -3591617 or 4141769. OLE color: 4141769.
HSL color Cylindrical-coordinate representation of color #C9323F: hue angle of 354.83º 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 #C9323F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 63 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.21 |
| HSL | 354.83º | 0.6% | 0.49% | - |
| HSV(B) | 354.83º | 0.75% | 0.79% | - |
| XYZ | 26.13 | 15.06 | 6.23 | - |
| YUV | 96.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 63 | 0 | 0.75 | 0.69 | 0.21 | 354.83 | 0.6 | 0.49 |
| Hex | C9 | 32 | 3F | 0 | 4B | 45 | 15 | 163 | 3C | 31 |
| Octal | 311 | 62 | 77 | 0 | 113 | 105 | 25 | 543 | 74 | 61 |
| Binary | 11001001 | 110010 | 111111 | 0 | 1001011 | 1000101 | 10101 | 101100011 | 111100 | 110001 |
Color Harmonies of #C9323F
Complementary color
Monochromatic Colors of #C9323F
Black with #C9323F
Text Example
Text Example
White with #C9323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9323F; }
p { color: rgb(201,50,63); }
H1.HeaderClassName
{
color: #C9323F;
}
.AnyTagClassName
{
color: #C9323F;
}
</style>
background-color css
<style>
a { background-color: #C9323F; }
a { background-color: rgb(201,50,63); }
div.DivClassName
{
background-color: #C9323F;
}
.BgClassName
{
background-color: #C9323F;
}
</style>
border-color css
<style>
span { border-color: #C9323F; }
span { border-color: rgb(201,50,63); }
td.TdClassName
{
border-color: #C9323F;
}
.TagClassName
{
border-color: #C9323F;
}
</style>