Shades of Brick Red #C93345
Tints of Brick Red #C93345
RGB
CMYK
RGB Variations
Color information
#C93345 (or 0xC93345) is known color: Brick Red. HEX triplet: C9, 33 and 45. RGB value is (201,51,69). Sum of RGB (Red+Green+Blue) = 201+51+69=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93345 is #36CCBA. Grayscale: #616161. Windows color (decimal): -3591355 or 4535241. OLE color: 4535241.
HSL color Cylindrical-coordinate representation of color #C93345: hue angle of 352.8º 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 #C93345 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 69 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.21 |
| HSL | 352.8º | 0.6% | 0.49% | - |
| HSV(B) | 352.8º | 0.75% | 0.79% | - |
| XYZ | 26.35 | 15.21 | 7.18 | - |
| YUV | 97.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 69 | 0 | 0.75 | 0.66 | 0.21 | 352.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 45 | 0 | 4B | 42 | 15 | 161 | 3C | 31 |
| Octal | 311 | 63 | 105 | 0 | 113 | 102 | 25 | 541 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000101 | 0 | 1001011 | 1000010 | 10101 | 101100001 | 111100 | 110001 |
Color Harmonies of #C93345
Complementary color
Monochromatic Colors of #C93345
Black with #C93345
Text Example
Text Example
White with #C93345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93345; }
p { color: rgb(201,51,69); }
H1.HeaderClassName
{
color: #C93345;
}
.AnyTagClassName
{
color: #C93345;
}
</style>
background-color css
<style>
a { background-color: #C93345; }
a { background-color: rgb(201,51,69); }
div.DivClassName
{
background-color: #C93345;
}
.BgClassName
{
background-color: #C93345;
}
</style>
border-color css
<style>
span { border-color: #C93345; }
span { border-color: rgb(201,51,69); }
td.TdClassName
{
border-color: #C93345;
}
.TagClassName
{
border-color: #C93345;
}
</style>