Shades of Brick Red #C9253F
Tints of Brick Red #C9253F
RGB
CMYK
RGB Variations
Color information
#C9253F (or 0xC9253F) is known color: Brick Red. HEX triplet: C9, 25 and 3F. RGB value is (201,37,63). Sum of RGB (Red+Green+Blue) = 201+37+63=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9253F is #36DAC0. Grayscale: #595959. Windows color (decimal): -3594945 or 4138441. OLE color: 4138441.
HSL color Cylindrical-coordinate representation of color #C9253F: hue angle of 350.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9253F is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 63 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.21 |
| HSL | 350.49º | 0.69% | 0.47% | - |
| HSV(B) | 350.49º | 0.82% | 0.79% | - |
| XYZ | 25.65 | 14.1 | 6.07 | - |
| YUV | 89 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 63 | 0 | 0.82 | 0.69 | 0.21 | 350.49 | 0.69 | 0.47 |
| Hex | C9 | 25 | 3F | 0 | 52 | 45 | 15 | 15E | 45 | 2F |
| Octal | 311 | 45 | 77 | 0 | 122 | 105 | 25 | 536 | 105 | 57 |
| Binary | 11001001 | 100101 | 111111 | 0 | 1010010 | 1000101 | 10101 | 101011110 | 1000101 | 101111 |
Color Harmonies of #C9253F
Complementary color
Monochromatic Colors of #C9253F
Black with #C9253F
Text Example
Text Example
White with #C9253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9253F; }
p { color: rgb(201,37,63); }
H1.HeaderClassName
{
color: #C9253F;
}
.AnyTagClassName
{
color: #C9253F;
}
</style>
background-color css
<style>
a { background-color: #C9253F; }
a { background-color: rgb(201,37,63); }
div.DivClassName
{
background-color: #C9253F;
}
.BgClassName
{
background-color: #C9253F;
}
</style>
border-color css
<style>
span { border-color: #C9253F; }
span { border-color: rgb(201,37,63); }
td.TdClassName
{
border-color: #C9253F;
}
.TagClassName
{
border-color: #C9253F;
}
</style>