Shades of Brick Red #CE4148
Tints of Brick Red #CE4148
RGB
CMYK
RGB Variations
Color information
#CE4148 (or 0xCE4148) is known color: Brick Red. HEX triplet: CE, 41 and 48. RGB value is (206,65,72). Sum of RGB (Red+Green+Blue) = 206+65+72=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4148 is #31BEB7. Grayscale: #6C6C6C. Windows color (decimal): -3260088 or 4735438. OLE color: 4735438.
HSL color Cylindrical-coordinate representation of color #CE4148: hue angle of 357.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4148 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 72 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.19 |
| HSL | 357.02º | 0.59% | 0.53% | - |
| HSV(B) | 357.02º | 0.68% | 0.81% | - |
| XYZ | 28.51 | 17.37 | 7.98 | - |
| YUV | 107.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 72 | 0 | 0.68 | 0.65 | 0.19 | 357.02 | 0.59 | 0.53 |
| Hex | CE | 41 | 48 | 0 | 44 | 41 | 13 | 165 | 3B | 35 |
| Octal | 316 | 101 | 110 | 0 | 104 | 101 | 23 | 545 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1001000 | 0 | 1000100 | 1000001 | 10011 | 101100101 | 111011 | 110101 |
Color Harmonies of #CE4148
Complementary color
Monochromatic Colors of #CE4148
Black with #CE4148
Text Example
Text Example
White with #CE4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4148; }
p { color: rgb(206,65,72); }
H1.HeaderClassName
{
color: #CE4148;
}
.AnyTagClassName
{
color: #CE4148;
}
</style>
background-color css
<style>
a { background-color: #CE4148; }
a { background-color: rgb(206,65,72); }
div.DivClassName
{
background-color: #CE4148;
}
.BgClassName
{
background-color: #CE4148;
}
</style>
border-color css
<style>
span { border-color: #CE4148; }
span { border-color: rgb(206,65,72); }
td.TdClassName
{
border-color: #CE4148;
}
.TagClassName
{
border-color: #CE4148;
}
</style>