Shades of Brick Red #CF3D4B
Tints of Brick Red #CF3D4B
RGB
CMYK
RGB Variations
Color information
#CF3D4B (or 0xCF3D4B) is known color: Brick Red. HEX triplet: CF, 3D and 4B. RGB value is (207,61,75). Sum of RGB (Red+Green+Blue) = 207+61+75=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D4B is #30C2B4. Grayscale: #6A6A6A. Windows color (decimal): -3195573 or 4931023. OLE color: 4931023.
HSL color Cylindrical-coordinate representation of color #CF3D4B: hue angle of 354.25º 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 #CF3D4B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 75 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.19 |
| HSL | 354.25º | 0.6% | 0.53% | - |
| HSV(B) | 354.25º | 0.71% | 0.81% | - |
| XYZ | 28.67 | 17.11 | 8.45 | - |
| YUV | 106.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 75 | 0 | 0.71 | 0.64 | 0.19 | 354.25 | 0.6 | 0.53 |
| Hex | CF | 3D | 4B | 0 | 47 | 40 | 13 | 162 | 3C | 35 |
| Octal | 317 | 75 | 113 | 0 | 107 | 100 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 111101 | 1001011 | 0 | 1000111 | 1000000 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF3D4B
Complementary color
Monochromatic Colors of #CF3D4B
Black with #CF3D4B
Text Example
Text Example
White with #CF3D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D4B; }
p { color: rgb(207,61,75); }
H1.HeaderClassName
{
color: #CF3D4B;
}
.AnyTagClassName
{
color: #CF3D4B;
}
</style>
background-color css
<style>
a { background-color: #CF3D4B; }
a { background-color: rgb(207,61,75); }
div.DivClassName
{
background-color: #CF3D4B;
}
.BgClassName
{
background-color: #CF3D4B;
}
</style>
border-color css
<style>
span { border-color: #CF3D4B; }
span { border-color: rgb(207,61,75); }
td.TdClassName
{
border-color: #CF3D4B;
}
.TagClassName
{
border-color: #CF3D4B;
}
</style>