Shades of Brick Red #CE263F
Tints of Brick Red #CE263F
RGB
CMYK
RGB Variations
Color information
#CE263F (or 0xCE263F) is known color: Brick Red. HEX triplet: CE, 26 and 3F. RGB value is (206,38,63). Sum of RGB (Red+Green+Blue) = 206+38+63=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE263F is #31D9C0. Grayscale: #5B5B5B. Windows color (decimal): -3267009 or 4138702. OLE color: 4138702.
HSL color Cylindrical-coordinate representation of color #CE263F: hue angle of 351.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE263F is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 63 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.19 |
| HSL | 351.07º | 0.69% | 0.48% | - |
| HSV(B) | 351.07º | 0.82% | 0.81% | - |
| XYZ | 27.04 | 14.87 | 6.15 | - |
| YUV | 91.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 63 | 0 | 0.82 | 0.69 | 0.19 | 351.07 | 0.69 | 0.48 |
| Hex | CE | 26 | 3F | 0 | 52 | 45 | 13 | 15F | 45 | 30 |
| Octal | 316 | 46 | 77 | 0 | 122 | 105 | 23 | 537 | 105 | 60 |
| Binary | 11001110 | 100110 | 111111 | 0 | 1010010 | 1000101 | 10011 | 101011111 | 1000101 | 110000 |
Color Harmonies of #CE263F
Complementary color
Monochromatic Colors of #CE263F
Black with #CE263F
Text Example
Text Example
White with #CE263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE263F; }
p { color: rgb(206,38,63); }
H1.HeaderClassName
{
color: #CE263F;
}
.AnyTagClassName
{
color: #CE263F;
}
</style>
background-color css
<style>
a { background-color: #CE263F; }
a { background-color: rgb(206,38,63); }
div.DivClassName
{
background-color: #CE263F;
}
.BgClassName
{
background-color: #CE263F;
}
</style>
border-color css
<style>
span { border-color: #CE263F; }
span { border-color: rgb(206,38,63); }
td.TdClassName
{
border-color: #CE263F;
}
.TagClassName
{
border-color: #CE263F;
}
</style>