Shades of Brick Red #C7263D
Tints of Brick Red #C7263D
RGB
CMYK
RGB Variations
Color information
#C7263D (or 0xC7263D) is known color: Brick Red. HEX triplet: C7, 26 and 3D. RGB value is (199,38,61). Sum of RGB (Red+Green+Blue) = 199+38+61=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263D is #38D9C2. Grayscale: #585858. Windows color (decimal): -3725763 or 4007623. OLE color: 4007623.
HSL color Cylindrical-coordinate representation of color #C7263D: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7263D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 38 | 61 | - |
CMYK | 0 | 0.81 | 0.69 | 0.22 |
HSL | 351.43º | 0.68% | 0.46% | - |
HSV(B) | 351.43º | 0.81% | 0.78% | - |
XYZ | 25.09 | 13.87 | 5.77 | - |
YUV | 88.76 | 112.34 | 206.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 38 | 61 | 0 | 0.81 | 0.69 | 0.22 | 351.43 | 0.68 | 0.46 |
Hex | C7 | 26 | 3D | 0 | 51 | 45 | 16 | 15F | 44 | 2E |
Octal | 307 | 46 | 75 | 0 | 121 | 105 | 26 | 537 | 104 | 56 |
Binary | 11000111 | 100110 | 111101 | 0 | 1010001 | 1000101 | 10110 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C7263D
Complementary color
Monochromatic Colors of #C7263D
Black with #C7263D
Text Example
Text Example
White with #C7263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7263D; }
p { color: rgb(199,38,61); }
H1.HeaderClassName
{
color: #C7263D;
}
.AnyTagClassName
{
color: #C7263D;
}
</style>
background-color css
<style>
a { background-color: #C7263D; }
a { background-color: rgb(199,38,61); }
div.DivClassName
{
background-color: #C7263D;
}
.BgClassName
{
background-color: #C7263D;
}
</style>
border-color css
<style>
span { border-color: #C7263D; }
span { border-color: rgb(199,38,61); }
td.TdClassName
{
border-color: #C7263D;
}
.TagClassName
{
border-color: #C7263D;
}
</style>