Shades of Brick Red #CC283D
Tints of Brick Red #CC283D
RGB
CMYK
RGB Variations
Color information
#CC283D (or 0xCC283D) is known color: Brick Red. HEX triplet: CC, 28 and 3D. RGB value is (204,40,61). Sum of RGB (Red+Green+Blue) = 204+40+61=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC283D is #33D7C2. Grayscale: #5B5B5B. Windows color (decimal): -3397571 or 4008140. OLE color: 4008140.
HSL color Cylindrical-coordinate representation of color #CC283D: hue angle of 352.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC283D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 61 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.2 |
| HSL | 352.32º | 0.67% | 0.48% | - |
| HSV(B) | 352.32º | 0.8% | 0.8% | - |
| XYZ | 26.5 | 14.69 | 5.85 | - |
| YUV | 91.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 61 | 0 | 0.80 | 0.70 | 0.2 | 352.32 | 0.67 | 0.48 |
| Hex | CC | 28 | 3D | 0 | 50 | 46 | 14 | 160 | 43 | 30 |
| Octal | 314 | 50 | 75 | 0 | 120 | 106 | 24 | 540 | 103 | 60 |
| Binary | 11001100 | 101000 | 111101 | 0 | 1010000 | 1000110 | 10100 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CC283D
Complementary color
Monochromatic Colors of #CC283D
Black with #CC283D
Text Example
Text Example
White with #CC283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC283D; }
p { color: rgb(204,40,61); }
H1.HeaderClassName
{
color: #CC283D;
}
.AnyTagClassName
{
color: #CC283D;
}
</style>
background-color css
<style>
a { background-color: #CC283D; }
a { background-color: rgb(204,40,61); }
div.DivClassName
{
background-color: #CC283D;
}
.BgClassName
{
background-color: #CC283D;
}
</style>
border-color css
<style>
span { border-color: #CC283D; }
span { border-color: rgb(204,40,61); }
td.TdClassName
{
border-color: #CC283D;
}
.TagClassName
{
border-color: #CC283D;
}
</style>