Shades of Brick Red #CF263D
Tints of Brick Red #CF263D
RGB
CMYK
RGB Variations
Color information
#CF263D (or 0xCF263D) is known color: Brick Red. HEX triplet: CF, 26 and 3D. RGB value is (207,38,61). Sum of RGB (Red+Green+Blue) = 207+38+61=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263D is #30D9C2. Grayscale: #5B5B5B. Windows color (decimal): -3201475 or 4007631. OLE color: 4007631.
HSL color Cylindrical-coordinate representation of color #CF263D: hue angle of 351.83º 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 #CF263D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.19 |
| HSL | 351.83º | 0.69% | 0.48% | - |
| HSV(B) | 351.83º | 0.82% | 0.81% | - |
| XYZ | 27.27 | 14.99 | 5.87 | - |
| YUV | 91.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 61 | 0 | 0.82 | 0.71 | 0.19 | 351.83 | 0.69 | 0.48 |
| Hex | CF | 26 | 3D | 0 | 52 | 47 | 13 | 160 | 45 | 30 |
| Octal | 317 | 46 | 75 | 0 | 122 | 107 | 23 | 540 | 105 | 60 |
| Binary | 11001111 | 100110 | 111101 | 0 | 1010010 | 1000111 | 10011 | 101100000 | 1000101 | 110000 |
Color Harmonies of #CF263D
Complementary color
Monochromatic Colors of #CF263D
Black with #CF263D
Text Example
Text Example
White with #CF263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF263D; }
p { color: rgb(207,38,61); }
H1.HeaderClassName
{
color: #CF263D;
}
.AnyTagClassName
{
color: #CF263D;
}
</style>
background-color css
<style>
a { background-color: #CF263D; }
a { background-color: rgb(207,38,61); }
div.DivClassName
{
background-color: #CF263D;
}
.BgClassName
{
background-color: #CF263D;
}
</style>
border-color css
<style>
span { border-color: #CF263D; }
span { border-color: rgb(207,38,61); }
td.TdClassName
{
border-color: #CF263D;
}
.TagClassName
{
border-color: #CF263D;
}
</style>