Shades of Brick Red #CF273D
Tints of Brick Red #CF273D
RGB
CMYK
RGB Variations
Color information
#CF273D (or 0xCF273D) is known color: Brick Red. HEX triplet: CF, 27 and 3D. RGB value is (207,39,61). Sum of RGB (Red+Green+Blue) = 207+39+61=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF273D is #30D8C2. Grayscale: #5B5B5B. Windows color (decimal): -3201219 or 4007887. OLE color: 4007887.
HSL color Cylindrical-coordinate representation of color #CF273D: hue angle of 352.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF273D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 61 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.19 |
| HSL | 352.14º | 0.68% | 0.48% | - |
| HSV(B) | 352.14º | 0.81% | 0.81% | - |
| XYZ | 27.3 | 15.05 | 5.88 | - |
| YUV | 91.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 61 | 0 | 0.81 | 0.71 | 0.19 | 352.14 | 0.68 | 0.48 |
| Hex | CF | 27 | 3D | 0 | 51 | 47 | 13 | 160 | 44 | 30 |
| Octal | 317 | 47 | 75 | 0 | 121 | 107 | 23 | 540 | 104 | 60 |
| Binary | 11001111 | 100111 | 111101 | 0 | 1010001 | 1000111 | 10011 | 101100000 | 1000100 | 110000 |
Color Harmonies of #CF273D
Complementary color
Monochromatic Colors of #CF273D
Black with #CF273D
Text Example
Text Example
White with #CF273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF273D; }
p { color: rgb(207,39,61); }
H1.HeaderClassName
{
color: #CF273D;
}
.AnyTagClassName
{
color: #CF273D;
}
</style>
background-color css
<style>
a { background-color: #CF273D; }
a { background-color: rgb(207,39,61); }
div.DivClassName
{
background-color: #CF273D;
}
.BgClassName
{
background-color: #CF273D;
}
</style>
border-color css
<style>
span { border-color: #CF273D; }
span { border-color: rgb(207,39,61); }
td.TdClassName
{
border-color: #CF273D;
}
.TagClassName
{
border-color: #CF273D;
}
</style>