Shades of Brick Red #CC414A
Tints of Brick Red #CC414A
RGB
CMYK
RGB Variations
Color information
#CC414A (or 0xCC414A) is known color: Brick Red. HEX triplet: CC, 41 and 4A. RGB value is (204,65,74). Sum of RGB (Red+Green+Blue) = 204+65+74=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC414A is #33BEB5. Grayscale: #6B6B6B. Windows color (decimal): -3391158 or 4866508. OLE color: 4866508.
HSL color Cylindrical-coordinate representation of color #CC414A: hue angle of 356.12º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC414A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 74 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.2 |
| HSL | 356.12º | 0.58% | 0.53% | - |
| HSV(B) | 356.12º | 0.68% | 0.8% | - |
| XYZ | 28.03 | 17.11 | 8.3 | - |
| YUV | 107.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 74 | 0 | 0.68 | 0.64 | 0.2 | 356.12 | 0.58 | 0.53 |
| Hex | CC | 41 | 4A | 0 | 44 | 40 | 14 | 164 | 3A | 35 |
| Octal | 314 | 101 | 112 | 0 | 104 | 100 | 24 | 544 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1001010 | 0 | 1000100 | 1000000 | 10100 | 101100100 | 111010 | 110101 |
Color Harmonies of #CC414A
Complementary color
Monochromatic Colors of #CC414A
Black with #CC414A
Text Example
Text Example
White with #CC414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC414A; }
p { color: rgb(204,65,74); }
H1.HeaderClassName
{
color: #CC414A;
}
.AnyTagClassName
{
color: #CC414A;
}
</style>
background-color css
<style>
a { background-color: #CC414A; }
a { background-color: rgb(204,65,74); }
div.DivClassName
{
background-color: #CC414A;
}
.BgClassName
{
background-color: #CC414A;
}
</style>
border-color css
<style>
span { border-color: #CC414A; }
span { border-color: rgb(204,65,74); }
td.TdClassName
{
border-color: #CC414A;
}
.TagClassName
{
border-color: #CC414A;
}
</style>