Shades of Brick Red #CE3D4B
Tints of Brick Red #CE3D4B
RGB
CMYK
RGB Variations
Color information
#CE3D4B (or 0xCE3D4B) is known color: Brick Red. HEX triplet: CE, 3D and 4B. RGB value is (206,61,75). Sum of RGB (Red+Green+Blue) = 206+61+75=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D4B is #31C2B4. Grayscale: #6A6A6A. Windows color (decimal): -3261109 or 4931022. OLE color: 4931022.
HSL color Cylindrical-coordinate representation of color #CE3D4B: hue angle of 354.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D4B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 75 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.19 |
| HSL | 354.21º | 0.6% | 0.52% | - |
| HSV(B) | 354.21º | 0.7% | 0.81% | - |
| XYZ | 28.39 | 16.97 | 8.44 | - |
| YUV | 105.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 75 | 0 | 0.70 | 0.64 | 0.19 | 354.21 | 0.6 | 0.52 |
| Hex | CE | 3D | 4B | 0 | 46 | 40 | 13 | 162 | 3C | 34 |
| Octal | 316 | 75 | 113 | 0 | 106 | 100 | 23 | 542 | 74 | 64 |
| Binary | 11001110 | 111101 | 1001011 | 0 | 1000110 | 1000000 | 10011 | 101100010 | 111100 | 110100 |
Color Harmonies of #CE3D4B
Complementary color
Monochromatic Colors of #CE3D4B
Black with #CE3D4B
Text Example
Text Example
White with #CE3D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D4B; }
p { color: rgb(206,61,75); }
H1.HeaderClassName
{
color: #CE3D4B;
}
.AnyTagClassName
{
color: #CE3D4B;
}
</style>
background-color css
<style>
a { background-color: #CE3D4B; }
a { background-color: rgb(206,61,75); }
div.DivClassName
{
background-color: #CE3D4B;
}
.BgClassName
{
background-color: #CE3D4B;
}
</style>
border-color css
<style>
span { border-color: #CE3D4B; }
span { border-color: rgb(206,61,75); }
td.TdClassName
{
border-color: #CE3D4B;
}
.TagClassName
{
border-color: #CE3D4B;
}
</style>