Shades of Brick Red #CC283F
Tints of Brick Red #CC283F
RGB
CMYK
RGB Variations
Color information
#CC283F (or 0xCC283F) is known color: Brick Red. HEX triplet: CC, 28 and 3F. RGB value is (204,40,63). Sum of RGB (Red+Green+Blue) = 204+40+63=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC283F is #33D7C0. Grayscale: #5B5B5B. Windows color (decimal): -3397569 or 4139212. OLE color: 4139212.
HSL color Cylindrical-coordinate representation of color #CC283F: hue angle of 351.59º 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 #CC283F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 63 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.2 |
| HSL | 351.59º | 0.67% | 0.48% | - |
| HSV(B) | 351.59º | 0.8% | 0.8% | - |
| XYZ | 26.56 | 14.71 | 6.14 | - |
| YUV | 91.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 63 | 0 | 0.80 | 0.69 | 0.2 | 351.59 | 0.67 | 0.48 |
| Hex | CC | 28 | 3F | 0 | 50 | 45 | 14 | 160 | 43 | 30 |
| Octal | 314 | 50 | 77 | 0 | 120 | 105 | 24 | 540 | 103 | 60 |
| Binary | 11001100 | 101000 | 111111 | 0 | 1010000 | 1000101 | 10100 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CC283F
Complementary color
Monochromatic Colors of #CC283F
Black with #CC283F
Text Example
Text Example
White with #CC283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC283F; }
p { color: rgb(204,40,63); }
H1.HeaderClassName
{
color: #CC283F;
}
.AnyTagClassName
{
color: #CC283F;
}
</style>
background-color css
<style>
a { background-color: #CC283F; }
a { background-color: rgb(204,40,63); }
div.DivClassName
{
background-color: #CC283F;
}
.BgClassName
{
background-color: #CC283F;
}
</style>
border-color css
<style>
span { border-color: #CC283F; }
span { border-color: rgb(204,40,63); }
td.TdClassName
{
border-color: #CC283F;
}
.TagClassName
{
border-color: #CC283F;
}
</style>