Shades of Brick Red #C8263D
Tints of Brick Red #C8263D
RGB
CMYK
RGB Variations
Color information
#C8263D (or 0xC8263D) is known color: Brick Red. HEX triplet: C8, 26 and 3D. RGB value is (200,38,61). Sum of RGB (Red+Green+Blue) = 200+38+61=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8263D is #37D9C2. Grayscale: #595959. Windows color (decimal): -3660227 or 4007624. OLE color: 4007624.
HSL color Cylindrical-coordinate representation of color #C8263D: hue angle of 351.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8263D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 38 | 61 | - |
CMYK | 0 | 0.81 | 0.69 | 0.22 |
HSL | 351.48º | 0.68% | 0.47% | - |
HSV(B) | 351.48º | 0.81% | 0.78% | - |
XYZ | 25.35 | 14 | 5.78 | - |
YUV | 89.06 | 112.17 | 207.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 38 | 61 | 0 | 0.81 | 0.69 | 0.22 | 351.48 | 0.68 | 0.47 |
Hex | C8 | 26 | 3D | 0 | 51 | 45 | 16 | 15F | 44 | 2F |
Octal | 310 | 46 | 75 | 0 | 121 | 105 | 26 | 537 | 104 | 57 |
Binary | 11001000 | 100110 | 111101 | 0 | 1010001 | 1000101 | 10110 | 101011111 | 1000100 | 101111 |
Color Harmonies of #C8263D
Complementary color
Monochromatic Colors of #C8263D
Black with #C8263D
Text Example
Text Example
White with #C8263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8263D; }
p { color: rgb(200,38,61); }
H1.HeaderClassName
{
color: #C8263D;
}
.AnyTagClassName
{
color: #C8263D;
}
</style>
background-color css
<style>
a { background-color: #C8263D; }
a { background-color: rgb(200,38,61); }
div.DivClassName
{
background-color: #C8263D;
}
.BgClassName
{
background-color: #C8263D;
}
</style>
border-color css
<style>
span { border-color: #C8263D; }
span { border-color: rgb(200,38,61); }
td.TdClassName
{
border-color: #C8263D;
}
.TagClassName
{
border-color: #C8263D;
}
</style>