Shades of Brick Red #CF374A
Tints of Brick Red #CF374A
RGB
CMYK
RGB Variations
Color information
#CF374A (or 0xCF374A) is known color: Brick Red. HEX triplet: CF, 37 and 4A. RGB value is (207,55,74). Sum of RGB (Red+Green+Blue) = 207+55+74=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF374A is #30C8B5. Grayscale: #666666. Windows color (decimal): -3197110 or 4863951. OLE color: 4863951.
HSL color Cylindrical-coordinate representation of color #CF374A: hue angle of 352.5º 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 #CF374A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 74 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.5º | 0.61% | 0.51% | - |
| HSV(B) | 352.5º | 0.73% | 0.81% | - |
| XYZ | 28.33 | 16.49 | 8.17 | - |
| YUV | 102.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 74 | 0 | 0.73 | 0.64 | 0.19 | 352.5 | 0.61 | 0.51 |
| Hex | CF | 37 | 4A | 0 | 49 | 40 | 13 | 160 | 3D | 33 |
| Octal | 317 | 67 | 112 | 0 | 111 | 100 | 23 | 540 | 75 | 63 |
| Binary | 11001111 | 110111 | 1001010 | 0 | 1001001 | 1000000 | 10011 | 101100000 | 111101 | 110011 |
Color Harmonies of #CF374A
Complementary color
Monochromatic Colors of #CF374A
Black with #CF374A
Text Example
Text Example
White with #CF374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF374A; }
p { color: rgb(207,55,74); }
H1.HeaderClassName
{
color: #CF374A;
}
.AnyTagClassName
{
color: #CF374A;
}
</style>
background-color css
<style>
a { background-color: #CF374A; }
a { background-color: rgb(207,55,74); }
div.DivClassName
{
background-color: #CF374A;
}
.BgClassName
{
background-color: #CF374A;
}
</style>
border-color css
<style>
span { border-color: #CF374A; }
span { border-color: rgb(207,55,74); }
td.TdClassName
{
border-color: #CF374A;
}
.TagClassName
{
border-color: #CF374A;
}
</style>