Shades of Brick Red #C8283D
Tints of Brick Red #C8283D
RGB
CMYK
RGB Variations
Color information
#C8283D (or 0xC8283D) is known color: Brick Red. HEX triplet: C8, 28 and 3D. RGB value is (200,40,61). Sum of RGB (Red+Green+Blue) = 200+40+61=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8283D is #37D7C2. Grayscale: #5A5A5A. Windows color (decimal): -3659715 or 4008136. OLE color: 4008136.
HSL color Cylindrical-coordinate representation of color #C8283D: hue angle of 352.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8283D is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 61 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.22 |
| HSL | 352.13º | 0.67% | 0.47% | - |
| HSV(B) | 352.13º | 0.8% | 0.78% | - |
| XYZ | 25.42 | 14.13 | 5.8 | - |
| YUV | 90.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 61 | 0 | 0.8 | 0.69 | 0.22 | 352.13 | 0.67 | 0.47 |
| Hex | C8 | 28 | 3D | 0 | 50 | 45 | 16 | 160 | 43 | 2F |
| Octal | 310 | 50 | 75 | 0 | 120 | 105 | 26 | 540 | 103 | 57 |
| Binary | 11001000 | 101000 | 111101 | 0 | 1010000 | 1000101 | 10110 | 101100000 | 1000011 | 101111 |
Color Harmonies of #C8283D
Complementary color
Monochromatic Colors of #C8283D
Black with #C8283D
Text Example
Text Example
White with #C8283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8283D; }
p { color: rgb(200,40,61); }
H1.HeaderClassName
{
color: #C8283D;
}
.AnyTagClassName
{
color: #C8283D;
}
</style>
background-color css
<style>
a { background-color: #C8283D; }
a { background-color: rgb(200,40,61); }
div.DivClassName
{
background-color: #C8283D;
}
.BgClassName
{
background-color: #C8283D;
}
</style>
border-color css
<style>
span { border-color: #C8283D; }
span { border-color: rgb(200,40,61); }
td.TdClassName
{
border-color: #C8283D;
}
.TagClassName
{
border-color: #C8283D;
}
</style>