Shades of Brick Red #CC263D
Tints of Brick Red #CC263D
RGB
CMYK
RGB Variations
Color information
#CC263D (or 0xCC263D) is known color: Brick Red. HEX triplet: CC, 26 and 3D. RGB value is (204,38,61). Sum of RGB (Red+Green+Blue) = 204+38+61=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263D is #33D9C2. Grayscale: #5A5A5A. Windows color (decimal): -3398083 or 4007628. OLE color: 4007628.
HSL color Cylindrical-coordinate representation of color #CC263D: hue angle of 351.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC263D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 61 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.2 |
| HSL | 351.69º | 0.69% | 0.47% | - |
| HSV(B) | 351.69º | 0.81% | 0.8% | - |
| XYZ | 26.44 | 14.56 | 5.83 | - |
| YUV | 90.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 61 | 0 | 0.81 | 0.70 | 0.2 | 351.69 | 0.69 | 0.47 |
| Hex | CC | 26 | 3D | 0 | 51 | 46 | 14 | 160 | 45 | 2F |
| Octal | 314 | 46 | 75 | 0 | 121 | 106 | 24 | 540 | 105 | 57 |
| Binary | 11001100 | 100110 | 111101 | 0 | 1010001 | 1000110 | 10100 | 101100000 | 1000101 | 101111 |
Color Harmonies of #CC263D
Complementary color
Monochromatic Colors of #CC263D
Black with #CC263D
Text Example
Text Example
White with #CC263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC263D; }
p { color: rgb(204,38,61); }
H1.HeaderClassName
{
color: #CC263D;
}
.AnyTagClassName
{
color: #CC263D;
}
</style>
background-color css
<style>
a { background-color: #CC263D; }
a { background-color: rgb(204,38,61); }
div.DivClassName
{
background-color: #CC263D;
}
.BgClassName
{
background-color: #CC263D;
}
</style>
border-color css
<style>
span { border-color: #CC263D; }
span { border-color: rgb(204,38,61); }
td.TdClassName
{
border-color: #CC263D;
}
.TagClassName
{
border-color: #CC263D;
}
</style>