Shades of Brick Red #CE303D
Tints of Brick Red #CE303D
RGB
CMYK
RGB Variations
Color information
#CE303D (or 0xCE303D) is known color: Brick Red. HEX triplet: CE, 30 and 3D. RGB value is (206,48,61). Sum of RGB (Red+Green+Blue) = 206+48+61=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303D is #31CFC2. Grayscale: #606060. Windows color (decimal): -3264451 or 4010190. OLE color: 4010190.
HSL color Cylindrical-coordinate representation of color #CE303D: hue angle of 355.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE303D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 61 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.19 |
| HSL | 355.06º | 0.62% | 0.5% | - |
| HSV(B) | 355.06º | 0.77% | 0.81% | - |
| XYZ | 27.35 | 15.57 | 5.98 | - |
| YUV | 96.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 61 | 0 | 0.77 | 0.70 | 0.19 | 355.06 | 0.62 | 0.5 |
| Hex | CE | 30 | 3D | 0 | 4D | 46 | 13 | 163 | 3E | 32 |
| Octal | 316 | 60 | 75 | 0 | 115 | 106 | 23 | 543 | 76 | 62 |
| Binary | 11001110 | 110000 | 111101 | 0 | 1001101 | 1000110 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CE303D
Complementary color
Monochromatic Colors of #CE303D
Black with #CE303D
Text Example
Text Example
White with #CE303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE303D; }
p { color: rgb(206,48,61); }
H1.HeaderClassName
{
color: #CE303D;
}
.AnyTagClassName
{
color: #CE303D;
}
</style>
background-color css
<style>
a { background-color: #CE303D; }
a { background-color: rgb(206,48,61); }
div.DivClassName
{
background-color: #CE303D;
}
.BgClassName
{
background-color: #CE303D;
}
</style>
border-color css
<style>
span { border-color: #CE303D; }
span { border-color: rgb(206,48,61); }
td.TdClassName
{
border-color: #CE303D;
}
.TagClassName
{
border-color: #CE303D;
}
</style>