Shades of Brick Red #CC263E
Tints of Brick Red #CC263E
RGB
CMYK
RGB Variations
Color information
#CC263E (or 0xCC263E) is known color: Brick Red. HEX triplet: CC, 26 and 3E. RGB value is (204,38,62). Sum of RGB (Red+Green+Blue) = 204+38+62=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263E is #33D9C1. Grayscale: #5A5A5A. Windows color (decimal): -3398082 or 4073164. OLE color: 4073164.
HSL color Cylindrical-coordinate representation of color #CC263E: hue angle of 351.33º 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 #CC263E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 62 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.2 |
| HSL | 351.33º | 0.69% | 0.47% | - |
| HSV(B) | 351.33º | 0.81% | 0.8% | - |
| XYZ | 26.46 | 14.57 | 5.98 | - |
| YUV | 90.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 62 | 0 | 0.81 | 0.70 | 0.2 | 351.33 | 0.69 | 0.47 |
| Hex | CC | 26 | 3E | 0 | 51 | 46 | 14 | 15F | 45 | 2F |
| Octal | 314 | 46 | 76 | 0 | 121 | 106 | 24 | 537 | 105 | 57 |
| Binary | 11001100 | 100110 | 111110 | 0 | 1010001 | 1000110 | 10100 | 101011111 | 1000101 | 101111 |
Color Harmonies of #CC263E
Complementary color
Monochromatic Colors of #CC263E
Black with #CC263E
Text Example
Text Example
White with #CC263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC263E; }
p { color: rgb(204,38,62); }
H1.HeaderClassName
{
color: #CC263E;
}
.AnyTagClassName
{
color: #CC263E;
}
</style>
background-color css
<style>
a { background-color: #CC263E; }
a { background-color: rgb(204,38,62); }
div.DivClassName
{
background-color: #CC263E;
}
.BgClassName
{
background-color: #CC263E;
}
</style>
border-color css
<style>
span { border-color: #CC263E; }
span { border-color: rgb(204,38,62); }
td.TdClassName
{
border-color: #CC263E;
}
.TagClassName
{
border-color: #CC263E;
}
</style>