Shades of Brick Red #C8333F
Tints of Brick Red #C8333F
RGB
CMYK
RGB Variations
Color information
#C8333F (or 0xC8333F) is known color: Brick Red. HEX triplet: C8, 33 and 3F. RGB value is (200,51,63). Sum of RGB (Red+Green+Blue) = 200+51+63=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333F is #37CCC0. Grayscale: #616161. Windows color (decimal): -3656897 or 4142024. OLE color: 4142024.
HSL color Cylindrical-coordinate representation of color #C8333F: hue angle of 355.17º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8333F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 63 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.17º | 0.59% | 0.49% | - |
| HSV(B) | 355.17º | 0.75% | 0.78% | - |
| XYZ | 25.9 | 15.01 | 6.23 | - |
| YUV | 96.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 63 | 0 | 0.74 | 0.68 | 0.22 | 355.17 | 0.59 | 0.49 |
| Hex | C8 | 33 | 3F | 0 | 4A | 44 | 16 | 163 | 3B | 31 |
| Octal | 310 | 63 | 77 | 0 | 112 | 104 | 26 | 543 | 73 | 61 |
| Binary | 11001000 | 110011 | 111111 | 0 | 1001010 | 1000100 | 10110 | 101100011 | 111011 | 110001 |
Color Harmonies of #C8333F
Complementary color
Monochromatic Colors of #C8333F
Black with #C8333F
Text Example
Text Example
White with #C8333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8333F; }
p { color: rgb(200,51,63); }
H1.HeaderClassName
{
color: #C8333F;
}
.AnyTagClassName
{
color: #C8333F;
}
</style>
background-color css
<style>
a { background-color: #C8333F; }
a { background-color: rgb(200,51,63); }
div.DivClassName
{
background-color: #C8333F;
}
.BgClassName
{
background-color: #C8333F;
}
</style>
border-color css
<style>
span { border-color: #C8333F; }
span { border-color: rgb(200,51,63); }
td.TdClassName
{
border-color: #C8333F;
}
.TagClassName
{
border-color: #C8333F;
}
</style>