Shades of Brick Red #C2283C
Tints of Brick Red #C2283C
RGB
CMYK
RGB Variations
Color information
#C2283C (or 0xC2283C) is known color: Brick Red. HEX triplet: C2, 28 and 3C. RGB value is (194,40,60). Sum of RGB (Red+Green+Blue) = 194+40+60=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2283C is #3DD7C3. Grayscale: #585858. Windows color (decimal): -4052932 or 3942594. OLE color: 3942594.
HSL color Cylindrical-coordinate representation of color #C2283C: hue angle of 352.21º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2283C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 60 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.24 |
| HSL | 352.21º | 0.66% | 0.46% | - |
| HSV(B) | 352.21º | 0.79% | 0.76% | - |
| XYZ | 23.82 | 13.31 | 5.59 | - |
| YUV | 88.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 60 | 0 | 0.79 | 0.69 | 0.24 | 352.21 | 0.66 | 0.46 |
| Hex | C2 | 28 | 3C | 0 | 4F | 45 | 18 | 160 | 42 | 2E |
| Octal | 302 | 50 | 74 | 0 | 117 | 105 | 30 | 540 | 102 | 56 |
| Binary | 11000010 | 101000 | 111100 | 0 | 1001111 | 1000101 | 11000 | 101100000 | 1000010 | 101110 |
Color Harmonies of #C2283C
Complementary color
Monochromatic Colors of #C2283C
Black with #C2283C
Text Example
Text Example
White with #C2283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2283C; }
p { color: rgb(194,40,60); }
H1.HeaderClassName
{
color: #C2283C;
}
.AnyTagClassName
{
color: #C2283C;
}
</style>
background-color css
<style>
a { background-color: #C2283C; }
a { background-color: rgb(194,40,60); }
div.DivClassName
{
background-color: #C2283C;
}
.BgClassName
{
background-color: #C2283C;
}
</style>
border-color css
<style>
span { border-color: #C2283C; }
span { border-color: rgb(194,40,60); }
td.TdClassName
{
border-color: #C2283C;
}
.TagClassName
{
border-color: #C2283C;
}
</style>