Shades of Brick Red #CF3D4A
Tints of Brick Red #CF3D4A
RGB
CMYK
RGB Variations
Color information
#CF3D4A (or 0xCF3D4A) is known color: Brick Red. HEX triplet: CF, 3D and 4A. RGB value is (207,61,74). Sum of RGB (Red+Green+Blue) = 207+61+74=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D4A is #30C2B5. Grayscale: #6A6A6A. Windows color (decimal): -3195574 or 4865487. OLE color: 4865487.
HSL color Cylindrical-coordinate representation of color #CF3D4A: hue angle of 354.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D4A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 74 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.19 |
| HSL | 354.66º | 0.6% | 0.53% | - |
| HSV(B) | 354.66º | 0.71% | 0.81% | - |
| XYZ | 28.64 | 17.1 | 8.27 | - |
| YUV | 106.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 74 | 0 | 0.71 | 0.64 | 0.19 | 354.66 | 0.6 | 0.53 |
| Hex | CF | 3D | 4A | 0 | 47 | 40 | 13 | 163 | 3C | 35 |
| Octal | 317 | 75 | 112 | 0 | 107 | 100 | 23 | 543 | 74 | 65 |
| Binary | 11001111 | 111101 | 1001010 | 0 | 1000111 | 1000000 | 10011 | 101100011 | 111100 | 110101 |
Color Harmonies of #CF3D4A
Complementary color
Monochromatic Colors of #CF3D4A
Black with #CF3D4A
Text Example
Text Example
White with #CF3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D4A; }
p { color: rgb(207,61,74); }
H1.HeaderClassName
{
color: #CF3D4A;
}
.AnyTagClassName
{
color: #CF3D4A;
}
</style>
background-color css
<style>
a { background-color: #CF3D4A; }
a { background-color: rgb(207,61,74); }
div.DivClassName
{
background-color: #CF3D4A;
}
.BgClassName
{
background-color: #CF3D4A;
}
</style>
border-color css
<style>
span { border-color: #CF3D4A; }
span { border-color: rgb(207,61,74); }
td.TdClassName
{
border-color: #CF3D4A;
}
.TagClassName
{
border-color: #CF3D4A;
}
</style>