Shades of Brick Red #CC263C
Tints of Brick Red #CC263C
RGB
CMYK
RGB Variations
Color information
#CC263C (or 0xCC263C) is known color: Brick Red. HEX triplet: CC, 26 and 3C. RGB value is (204,38,60). Sum of RGB (Red+Green+Blue) = 204+38+60=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263C is #33D9C3. Grayscale: #5A5A5A. Windows color (decimal): -3398084 or 3942092. OLE color: 3942092.
HSL color Cylindrical-coordinate representation of color #CC263C: hue angle of 352.05º 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 #CC263C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 60 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.2 |
| HSL | 352.05º | 0.69% | 0.47% | - |
| HSV(B) | 352.05º | 0.81% | 0.8% | - |
| XYZ | 26.41 | 14.55 | 5.69 | - |
| YUV | 90.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 60 | 0 | 0.81 | 0.71 | 0.2 | 352.05 | 0.69 | 0.47 |
| Hex | CC | 26 | 3C | 0 | 51 | 47 | 14 | 160 | 45 | 2F |
| Octal | 314 | 46 | 74 | 0 | 121 | 107 | 24 | 540 | 105 | 57 |
| Binary | 11001100 | 100110 | 111100 | 0 | 1010001 | 1000111 | 10100 | 101100000 | 1000101 | 101111 |
Color Harmonies of #CC263C
Complementary color
Monochromatic Colors of #CC263C
Black with #CC263C
Text Example
Text Example
White with #CC263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC263C; }
p { color: rgb(204,38,60); }
H1.HeaderClassName
{
color: #CC263C;
}
.AnyTagClassName
{
color: #CC263C;
}
</style>
background-color css
<style>
a { background-color: #CC263C; }
a { background-color: rgb(204,38,60); }
div.DivClassName
{
background-color: #CC263C;
}
.BgClassName
{
background-color: #CC263C;
}
</style>
border-color css
<style>
span { border-color: #CC263C; }
span { border-color: rgb(204,38,60); }
td.TdClassName
{
border-color: #CC263C;
}
.TagClassName
{
border-color: #CC263C;
}
</style>