Shades of Brick Red #CC294A
Tints of Brick Red #CC294A
RGB
CMYK
RGB Variations
Color information
#CC294A (or 0xCC294A) is known color: Brick Red. HEX triplet: CC, 29 and 4A. RGB value is (204,41,74). Sum of RGB (Red+Green+Blue) = 204+41+74=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC294A is #33D6B5. Grayscale: #5D5D5D. Windows color (decimal): -3397302 or 4860364. OLE color: 4860364.
HSL color Cylindrical-coordinate representation of color #CC294A: hue angle of 347.85º 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 #CC294A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 41 | 74 | - |
CMYK | 0 | 0.80 | 0.64 | 0.2 |
HSL | 347.85º | 0.67% | 0.48% | - |
HSV(B) | 347.85º | 0.8% | 0.8% | - |
XYZ | 26.93 | 14.92 | 7.94 | - |
YUV | 93.5 | 117 | 206.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 41 | 74 | 0 | 0.80 | 0.64 | 0.2 | 347.85 | 0.67 | 0.48 |
Hex | CC | 29 | 4A | 0 | 50 | 40 | 14 | 15C | 43 | 30 |
Octal | 314 | 51 | 112 | 0 | 120 | 100 | 24 | 534 | 103 | 60 |
Binary | 11001100 | 101001 | 1001010 | 0 | 1010000 | 1000000 | 10100 | 101011100 | 1000011 | 110000 |
Color Harmonies of #CC294A
Complementary color
Monochromatic Colors of #CC294A
Black with #CC294A
Text Example
Text Example
White with #CC294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC294A; }
p { color: rgb(204,41,74); }
H1.HeaderClassName
{
color: #CC294A;
}
.AnyTagClassName
{
color: #CC294A;
}
</style>
background-color css
<style>
a { background-color: #CC294A; }
a { background-color: rgb(204,41,74); }
div.DivClassName
{
background-color: #CC294A;
}
.BgClassName
{
background-color: #CC294A;
}
</style>
border-color css
<style>
span { border-color: #CC294A; }
span { border-color: rgb(204,41,74); }
td.TdClassName
{
border-color: #CC294A;
}
.TagClassName
{
border-color: #CC294A;
}
</style>