Shades of Brick Red #CF384B
Tints of Brick Red #CF384B
RGB
CMYK
RGB Variations
Color information
#CF384B (or 0xCF384B) is known color: Brick Red. HEX triplet: CF, 38 and 4B. RGB value is (207,56,75). Sum of RGB (Red+Green+Blue) = 207+56+75=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF384B is #30C7B4. Grayscale: #676767. Windows color (decimal): -3196853 or 4929743. OLE color: 4929743.
HSL color Cylindrical-coordinate representation of color #CF384B: hue angle of 352.45º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF384B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 75 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.45º | 0.61% | 0.52% | - |
| HSV(B) | 352.45º | 0.73% | 0.81% | - |
| XYZ | 28.42 | 16.6 | 8.36 | - |
| YUV | 103.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 75 | 0 | 0.73 | 0.64 | 0.19 | 352.45 | 0.61 | 0.52 |
| Hex | CF | 38 | 4B | 0 | 49 | 40 | 13 | 160 | 3D | 34 |
| Octal | 317 | 70 | 113 | 0 | 111 | 100 | 23 | 540 | 75 | 64 |
| Binary | 11001111 | 111000 | 1001011 | 0 | 1001001 | 1000000 | 10011 | 101100000 | 111101 | 110100 |
Color Harmonies of #CF384B
Complementary color
Monochromatic Colors of #CF384B
Black with #CF384B
Text Example
Text Example
White with #CF384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF384B; }
p { color: rgb(207,56,75); }
H1.HeaderClassName
{
color: #CF384B;
}
.AnyTagClassName
{
color: #CF384B;
}
</style>
background-color css
<style>
a { background-color: #CF384B; }
a { background-color: rgb(207,56,75); }
div.DivClassName
{
background-color: #CF384B;
}
.BgClassName
{
background-color: #CF384B;
}
</style>
border-color css
<style>
span { border-color: #CF384B; }
span { border-color: rgb(207,56,75); }
td.TdClassName
{
border-color: #CF384B;
}
.TagClassName
{
border-color: #CF384B;
}
</style>