Shades of Brick Red #CC283A
Tints of Brick Red #CC283A
RGB
CMYK
RGB Variations
Color information
#CC283A (or 0xCC283A) is known color: Brick Red. HEX triplet: CC, 28 and 3A. RGB value is (204,40,58). Sum of RGB (Red+Green+Blue) = 204+40+58=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC283A is #33D7C5. Grayscale: #5B5B5B. Windows color (decimal): -3397574 or 3811532. OLE color: 3811532.
HSL color Cylindrical-coordinate representation of color #CC283A: hue angle of 353.41º 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 #CC283A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 58 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.2 |
| HSL | 353.41º | 0.67% | 0.48% | - |
| HSV(B) | 353.41º | 0.8% | 0.8% | - |
| XYZ | 26.42 | 14.66 | 5.44 | - |
| YUV | 91.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 58 | 0 | 0.80 | 0.72 | 0.2 | 353.41 | 0.67 | 0.48 |
| Hex | CC | 28 | 3A | 0 | 50 | 48 | 14 | 161 | 43 | 30 |
| Octal | 314 | 50 | 72 | 0 | 120 | 110 | 24 | 541 | 103 | 60 |
| Binary | 11001100 | 101000 | 111010 | 0 | 1010000 | 1001000 | 10100 | 101100001 | 1000011 | 110000 |
Color Harmonies of #CC283A
Complementary color
Monochromatic Colors of #CC283A
Black with #CC283A
Text Example
Text Example
White with #CC283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC283A; }
p { color: rgb(204,40,58); }
H1.HeaderClassName
{
color: #CC283A;
}
.AnyTagClassName
{
color: #CC283A;
}
</style>
background-color css
<style>
a { background-color: #CC283A; }
a { background-color: rgb(204,40,58); }
div.DivClassName
{
background-color: #CC283A;
}
.BgClassName
{
background-color: #CC283A;
}
</style>
border-color css
<style>
span { border-color: #CC283A; }
span { border-color: rgb(204,40,58); }
td.TdClassName
{
border-color: #CC283A;
}
.TagClassName
{
border-color: #CC283A;
}
</style>