Shades of Brick Red #C9273D
Tints of Brick Red #C9273D
RGB
CMYK
RGB Variations
Color information
#C9273D (or 0xC9273D) is known color: Brick Red. HEX triplet: C9, 27 and 3D. RGB value is (201,39,61). Sum of RGB (Red+Green+Blue) = 201+39+61=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273D is #36D8C2. Grayscale: #5A5A5A. Windows color (decimal): -3594435 or 4007881. OLE color: 4007881.
HSL color Cylindrical-coordinate representation of color #C9273D: hue angle of 351.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9273D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 61 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.21 |
| HSL | 351.85º | 0.68% | 0.47% | - |
| HSV(B) | 351.85º | 0.81% | 0.79% | - |
| XYZ | 25.66 | 14.21 | 5.8 | - |
| YUV | 89.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 61 | 0 | 0.81 | 0.70 | 0.21 | 351.85 | 0.68 | 0.47 |
| Hex | C9 | 27 | 3D | 0 | 51 | 46 | 15 | 160 | 44 | 2F |
| Octal | 311 | 47 | 75 | 0 | 121 | 106 | 25 | 540 | 104 | 57 |
| Binary | 11001001 | 100111 | 111101 | 0 | 1010001 | 1000110 | 10101 | 101100000 | 1000100 | 101111 |
Color Harmonies of #C9273D
Complementary color
Monochromatic Colors of #C9273D
Black with #C9273D
Text Example
Text Example
White with #C9273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9273D; }
p { color: rgb(201,39,61); }
H1.HeaderClassName
{
color: #C9273D;
}
.AnyTagClassName
{
color: #C9273D;
}
</style>
background-color css
<style>
a { background-color: #C9273D; }
a { background-color: rgb(201,39,61); }
div.DivClassName
{
background-color: #C9273D;
}
.BgClassName
{
background-color: #C9273D;
}
</style>
border-color css
<style>
span { border-color: #C9273D; }
span { border-color: rgb(201,39,61); }
td.TdClassName
{
border-color: #C9273D;
}
.TagClassName
{
border-color: #C9273D;
}
</style>