Shades of Brick Red #CF374B
Tints of Brick Red #CF374B
RGB
CMYK
RGB Variations
Color information
#CF374B (or 0xCF374B) is known color: Brick Red. HEX triplet: CF, 37 and 4B. RGB value is (207,55,75). Sum of RGB (Red+Green+Blue) = 207+55+75=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF374B is #30C8B4. Grayscale: #666666. Windows color (decimal): -3197109 or 4929487. OLE color: 4929487.
HSL color Cylindrical-coordinate representation of color #CF374B: hue angle of 352.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF374B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 75 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.11º | 0.61% | 0.51% | - |
| HSV(B) | 352.11º | 0.73% | 0.81% | - |
| XYZ | 28.37 | 16.51 | 8.35 | - |
| YUV | 102.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 75 | 0 | 0.73 | 0.64 | 0.19 | 352.11 | 0.61 | 0.51 |
| Hex | CF | 37 | 4B | 0 | 49 | 40 | 13 | 160 | 3D | 33 |
| Octal | 317 | 67 | 113 | 0 | 111 | 100 | 23 | 540 | 75 | 63 |
| Binary | 11001111 | 110111 | 1001011 | 0 | 1001001 | 1000000 | 10011 | 101100000 | 111101 | 110011 |
Color Harmonies of #CF374B
Complementary color
Monochromatic Colors of #CF374B
Black with #CF374B
Text Example
Text Example
White with #CF374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF374B; }
p { color: rgb(207,55,75); }
H1.HeaderClassName
{
color: #CF374B;
}
.AnyTagClassName
{
color: #CF374B;
}
</style>
background-color css
<style>
a { background-color: #CF374B; }
a { background-color: rgb(207,55,75); }
div.DivClassName
{
background-color: #CF374B;
}
.BgClassName
{
background-color: #CF374B;
}
</style>
border-color css
<style>
span { border-color: #CF374B; }
span { border-color: rgb(207,55,75); }
td.TdClassName
{
border-color: #CF374B;
}
.TagClassName
{
border-color: #CF374B;
}
</style>