Shades of Brick Red #CF3644
Tints of Brick Red #CF3644
RGB
CMYK
RGB Variations
Color information
#CF3644 (or 0xCF3644) is known color: Brick Red. HEX triplet: CF, 36 and 44. RGB value is (207,54,68). Sum of RGB (Red+Green+Blue) = 207+54+68=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3644 is #30C9BB. Grayscale: #656565. Windows color (decimal): -3197372 or 4470479. OLE color: 4470479.
HSL color Cylindrical-coordinate representation of color #CF3644: hue angle of 354.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3644 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 68 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.19 |
| HSL | 354.51º | 0.61% | 0.51% | - |
| HSV(B) | 354.51º | 0.74% | 0.81% | - |
| XYZ | 28.09 | 16.32 | 7.14 | - |
| YUV | 101.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 68 | 0 | 0.74 | 0.67 | 0.19 | 354.51 | 0.61 | 0.51 |
| Hex | CF | 36 | 44 | 0 | 4A | 43 | 13 | 163 | 3D | 33 |
| Octal | 317 | 66 | 104 | 0 | 112 | 103 | 23 | 543 | 75 | 63 |
| Binary | 11001111 | 110110 | 1000100 | 0 | 1001010 | 1000011 | 10011 | 101100011 | 111101 | 110011 |
Color Harmonies of #CF3644
Complementary color
Monochromatic Colors of #CF3644
Black with #CF3644
Text Example
Text Example
White with #CF3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3644; }
p { color: rgb(207,54,68); }
H1.HeaderClassName
{
color: #CF3644;
}
.AnyTagClassName
{
color: #CF3644;
}
</style>
background-color css
<style>
a { background-color: #CF3644; }
a { background-color: rgb(207,54,68); }
div.DivClassName
{
background-color: #CF3644;
}
.BgClassName
{
background-color: #CF3644;
}
</style>
border-color css
<style>
span { border-color: #CF3644; }
span { border-color: rgb(207,54,68); }
td.TdClassName
{
border-color: #CF3644;
}
.TagClassName
{
border-color: #CF3644;
}
</style>