Shades of Brick Red #C93340
Tints of Brick Red #C93340
RGB
CMYK
RGB Variations
Color information
#C93340 (or 0xC93340) is known color: Brick Red. HEX triplet: C9, 33 and 40. RGB value is (201,51,64). Sum of RGB (Red+Green+Blue) = 201+51+64=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C93340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93340 is #36CCBF. Grayscale: #616161. Windows color (decimal): -3591360 or 4207561. OLE color: 4207561.
HSL color Cylindrical-coordinate representation of color #C93340: hue angle of 354.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 #C93340 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 64 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.21 |
| HSL | 354.8º | 0.6% | 0.49% | - |
| HSV(B) | 354.8º | 0.75% | 0.79% | - |
| XYZ | 26.2 | 15.16 | 6.4 | - |
| YUV | 97.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 64 | 0 | 0.75 | 0.68 | 0.21 | 354.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 40 | 0 | 4B | 44 | 15 | 163 | 3C | 31 |
| Octal | 311 | 63 | 100 | 0 | 113 | 104 | 25 | 543 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000000 | 0 | 1001011 | 1000100 | 10101 | 101100011 | 111100 | 110001 |
Color Harmonies of #C93340
Complementary color
Monochromatic Colors of #C93340
Black with #C93340
Text Example
Text Example
White with #C93340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93340; }
p { color: rgb(201,51,64); }
H1.HeaderClassName
{
color: #C93340;
}
.AnyTagClassName
{
color: #C93340;
}
</style>
background-color css
<style>
a { background-color: #C93340; }
a { background-color: rgb(201,51,64); }
div.DivClassName
{
background-color: #C93340;
}
.BgClassName
{
background-color: #C93340;
}
</style>
border-color css
<style>
span { border-color: #C93340; }
span { border-color: rgb(201,51,64); }
td.TdClassName
{
border-color: #C93340;
}
.TagClassName
{
border-color: #C93340;
}
</style>