Shades of Brick Red #C83743
Tints of Brick Red #C83743
RGB
CMYK
RGB Variations
Color information
#C83743 (or 0xC83743) is known color: Brick Red. HEX triplet: C8, 37 and 43. RGB value is (200,55,67). Sum of RGB (Red+Green+Blue) = 200+55+67=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C83743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83743 is #37C8BC. Grayscale: #636363. Windows color (decimal): -3655869 or 4405192. OLE color: 4405192.
HSL color Cylindrical-coordinate representation of color #C83743: hue angle of 355.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83743 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 67 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.22 |
| HSL | 355.03º | 0.57% | 0.5% | - |
| HSV(B) | 355.03º | 0.73% | 0.78% | - |
| XYZ | 26.2 | 15.42 | 6.91 | - |
| YUV | 99.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 67 | 0 | 0.72 | 0.66 | 0.22 | 355.03 | 0.57 | 0.5 |
| Hex | C8 | 37 | 43 | 0 | 48 | 42 | 16 | 163 | 39 | 32 |
| Octal | 310 | 67 | 103 | 0 | 110 | 102 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 110111 | 1000011 | 0 | 1001000 | 1000010 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83743
Complementary color
Monochromatic Colors of #C83743
Black with #C83743
Text Example
Text Example
White with #C83743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83743; }
p { color: rgb(200,55,67); }
H1.HeaderClassName
{
color: #C83743;
}
.AnyTagClassName
{
color: #C83743;
}
</style>
background-color css
<style>
a { background-color: #C83743; }
a { background-color: rgb(200,55,67); }
div.DivClassName
{
background-color: #C83743;
}
.BgClassName
{
background-color: #C83743;
}
</style>
border-color css
<style>
span { border-color: #C83743; }
span { border-color: rgb(200,55,67); }
td.TdClassName
{
border-color: #C83743;
}
.TagClassName
{
border-color: #C83743;
}
</style>