Shades of Brick Red #CC3641
Tints of Brick Red #CC3641
RGB
CMYK
RGB Variations
Color information
#CC3641 (or 0xCC3641) is known color: Brick Red. HEX triplet: CC, 36 and 41. RGB value is (204,54,65). Sum of RGB (Red+Green+Blue) = 204+54+65=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3641 is #33C9BE. Grayscale: #646464. Windows color (decimal): -3393983 or 4273868. OLE color: 4273868.
HSL color Cylindrical-coordinate representation of color #CC3641: hue angle of 355.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3641 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 65 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.2 |
| HSL | 355.6º | 0.6% | 0.51% | - |
| HSV(B) | 355.6º | 0.74% | 0.8% | - |
| XYZ | 27.18 | 15.86 | 6.63 | - |
| YUV | 100.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 65 | 0 | 0.74 | 0.68 | 0.2 | 355.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 41 | 0 | 4A | 44 | 14 | 164 | 3C | 33 |
| Octal | 314 | 66 | 101 | 0 | 112 | 104 | 24 | 544 | 74 | 63 |
| Binary | 11001100 | 110110 | 1000001 | 0 | 1001010 | 1000100 | 10100 | 101100100 | 111100 | 110011 |
Color Harmonies of #CC3641
Complementary color
Monochromatic Colors of #CC3641
Black with #CC3641
Text Example
Text Example
White with #CC3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3641; }
p { color: rgb(204,54,65); }
H1.HeaderClassName
{
color: #CC3641;
}
.AnyTagClassName
{
color: #CC3641;
}
</style>
background-color css
<style>
a { background-color: #CC3641; }
a { background-color: rgb(204,54,65); }
div.DivClassName
{
background-color: #CC3641;
}
.BgClassName
{
background-color: #CC3641;
}
</style>
border-color css
<style>
span { border-color: #CC3641; }
span { border-color: rgb(204,54,65); }
td.TdClassName
{
border-color: #CC3641;
}
.TagClassName
{
border-color: #CC3641;
}
</style>