Shades of Brick Red #CF2642
Tints of Brick Red #CF2642
RGB
CMYK
RGB Variations
Color information
#CF2642 (or 0xCF2642) is known color: Brick Red. HEX triplet: CF, 26 and 42. RGB value is (207,38,66). Sum of RGB (Red+Green+Blue) = 207+38+66=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2642 is #30D9BD. Grayscale: #5B5B5B. Windows color (decimal): -3201470 or 4335311. OLE color: 4335311.
HSL color Cylindrical-coordinate representation of color #CF2642: hue angle of 350.06º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2642 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 66 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.19 |
| HSL | 350.06º | 0.69% | 0.48% | - |
| HSV(B) | 350.06º | 0.82% | 0.81% | - |
| XYZ | 27.41 | 15.04 | 6.61 | - |
| YUV | 91.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 66 | 0 | 0.82 | 0.68 | 0.19 | 350.06 | 0.69 | 0.48 |
| Hex | CF | 26 | 42 | 0 | 52 | 44 | 13 | 15E | 45 | 30 |
| Octal | 317 | 46 | 102 | 0 | 122 | 104 | 23 | 536 | 105 | 60 |
| Binary | 11001111 | 100110 | 1000010 | 0 | 1010010 | 1000100 | 10011 | 101011110 | 1000101 | 110000 |
Color Harmonies of #CF2642
Complementary color
Monochromatic Colors of #CF2642
Black with #CF2642
Text Example
Text Example
White with #CF2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2642; }
p { color: rgb(207,38,66); }
H1.HeaderClassName
{
color: #CF2642;
}
.AnyTagClassName
{
color: #CF2642;
}
</style>
background-color css
<style>
a { background-color: #CF2642; }
a { background-color: rgb(207,38,66); }
div.DivClassName
{
background-color: #CF2642;
}
.BgClassName
{
background-color: #CF2642;
}
</style>
border-color css
<style>
span { border-color: #CF2642; }
span { border-color: rgb(207,38,66); }
td.TdClassName
{
border-color: #CF2642;
}
.TagClassName
{
border-color: #CF2642;
}
</style>