Shades of Brick Red #C8253F
Tints of Brick Red #C8253F
RGB
CMYK
RGB Variations
Color information
#C8253F (or 0xC8253F) is known color: Brick Red. HEX triplet: C8, 25 and 3F. RGB value is (200,37,63). Sum of RGB (Red+Green+Blue) = 200+37+63=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253F is #37DAC0. Grayscale: #585858. Windows color (decimal): -3660481 or 4138440. OLE color: 4138440.
HSL color Cylindrical-coordinate representation of color #C8253F: hue angle of 350.43º degrees, saturation: 0.69, 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 #C8253F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 63 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.22 |
| HSL | 350.43º | 0.69% | 0.46% | - |
| HSV(B) | 350.43º | 0.82% | 0.78% | - |
| XYZ | 25.38 | 13.96 | 6.06 | - |
| YUV | 88.7 | 113.5 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 63 | 0 | 0.82 | 0.68 | 0.22 | 350.43 | 0.69 | 0.46 |
| Hex | C8 | 25 | 3F | 0 | 52 | 44 | 16 | 15E | 45 | 2E |
| Octal | 310 | 45 | 77 | 0 | 122 | 104 | 26 | 536 | 105 | 56 |
| Binary | 11001000 | 100101 | 111111 | 0 | 1010010 | 1000100 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C8253F
Complementary color
Monochromatic Colors of #C8253F
Black with #C8253F
Text Example
Text Example
White with #C8253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8253F; }
p { color: rgb(200,37,63); }
H1.HeaderClassName
{
color: #C8253F;
}
.AnyTagClassName
{
color: #C8253F;
}
</style>
background-color css
<style>
a { background-color: #C8253F; }
a { background-color: rgb(200,37,63); }
div.DivClassName
{
background-color: #C8253F;
}
.BgClassName
{
background-color: #C8253F;
}
</style>
border-color css
<style>
span { border-color: #C8253F; }
span { border-color: rgb(200,37,63); }
td.TdClassName
{
border-color: #C8253F;
}
.TagClassName
{
border-color: #C8253F;
}
</style>